#B07D09

Color #B07D09 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B07D09

Tints of Dark Goldenrod #B07D09

Color information

#B07D09 (or 0xB07D09) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 7D and 09. RGB value is (176,125,9). Sum of RGB (Red+Green+Blue) = 176+125+9=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07D09 is #4F82F6. Grayscale: #7F7F7F. Windows color (decimal): -5210871 or 622000. OLE color: 622000.

HSL color Cylindrical-coordinate representation of color #B07D09: hue angle of 41.68º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B07D09 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1761259-
CMYK00.290.950.31
HSL41.68º90.27%36.27%-
HSV(B)41.68º94.89%69.02%-
XYZ25.2923.923.54-
YUV127.0261.4162.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 56.77%
GREEN value IS 125 (49.22% from 255) = 40.32%
BLUE value IS 9 (3.91% from 255) = 2.90%
R=56.77%
G=40.32%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176125900.290.950.3141.6890.2736.27
HexB07D901D5F1F2a5a24
Octal26017511035137375213244
Binary10110000111110110010111011011111111111010101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07D09; }

 p { color: rgb(176,125,9); }

 H1.HeaderClassName
 {
   color: #B07D09;
 }
 .AnyTagClassName
 {
   color: #B07D09;
 }
</style>
background-color css

<style>
 a { background-color: #B07D09; }

 a { background-color: rgb(176,125,9); }

 div.DivClassName
 {
   background-color: #B07D09;
 }
 .BgClassName
 {
   background-color: #B07D09;
 }
</style>
border-color css

<style>
 span { border-color: #B07D09; }

 span { border-color: rgb(176,125,9); }

 td.TdClassName
 {
   border-color: #B07D09;
 }
 .TagClassName
 {
   border-color: #B07D09;
 }
</style>