#BD7A0F

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

Shades of Dark Goldenrod #BD7A0F

Tints of Dark Goldenrod #BD7A0F

Color information

#BD7A0F (or 0xBD7A0F) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 7A and 0F. RGB value is (189,122,15). Sum of RGB (Red+Green+Blue) = 189+122+15=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7A0F is #4285F0. Grayscale: #828282. Windows color (decimal): -4359665 or 1014461. OLE color: 1014461.

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

Color convert

RGB18912215-
CMYK00.350.920.26
HSL36.9º85.29%40%-
HSV(B)36.9º92.06%74.12%-
XYZ28.0324.773.76-
YUV129.8463.2170.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.98%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 15 (6.25% from 255) = 4.60%
R=57.98%
G=37.42%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891221500.350.920.2636.985.2940
HexBD7AF0235C1A255528
Octal27517217043134324512550
Binary101111011111010111101000111011100110101001011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7A0F; }

 p { color: rgb(189,122,15); }

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

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

 a { background-color: rgb(189,122,15); }

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

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

 span { border-color: rgb(189,122,15); }

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