#BD7909

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

Shades of Dark Goldenrod #BD7909

Tints of Dark Goldenrod #BD7909

Color information

#BD7909 (or 0xBD7909) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 79 and 09. RGB value is (189,121,9). Sum of RGB (Red+Green+Blue) = 189+121+9=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7909 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7909 is #4286F6. Grayscale: #818181. Windows color (decimal): -4359927 or 620989. OLE color: 620989.

HSL color Cylindrical-coordinate representation of color #BD7909: hue angle of 37.33º 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 #BD7909 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB1891219-
CMYK00.360.950.26
HSL37.33º90.91%38.82%-
HSV(B)37.33º95.24%74.12%-
XYZ27.8724.513.52-
YUV128.5660.53171.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.25%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 9 (3.91% from 255) = 2.82%
R=59.25%
G=37.93%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189121900.360.950.2637.3390.9138.82
HexBD7990245F1A255b27
Octal27517111044137324513347
Binary101111011111001100101001001011111110101001011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7909; }

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

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

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

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

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

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

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

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