#BD7B09

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

Shades of Dark Goldenrod #BD7B09

Tints of Dark Goldenrod #BD7B09

Color information

#BD7B09 (or 0xBD7B09) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 7B and 09. RGB value is (189,123,9). Sum of RGB (Red+Green+Blue) = 189+123+9=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7B09 is #4284F6. Grayscale: #828282. Windows color (decimal): -4359415 or 621501. OLE color: 621501.

HSL color Cylindrical-coordinate representation of color #BD7B09: hue angle of 38º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD7B09 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB1891239-
CMYK00.350.950.26
HSL38º90.91%38.82%-
HSV(B)38º95.24%74.12%-
XYZ28.12253.6-
YUV129.7459.87170.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.88%
GREEN value IS 123 (48.44% from 255) = 38.32%
BLUE value IS 9 (3.91% from 255) = 2.80%
R=58.88%
G=38.32%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189123900.350.950.263890.9138.82
HexBD7B90235F1A265b27
Octal27517311043137324613347
Binary101111011111011100101000111011111110101001101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7B09; }

 p { color: rgb(189,123,9); }

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

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

 a { background-color: rgb(189,123,9); }

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

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

 span { border-color: rgb(189,123,9); }

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