#BD7A09

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

Shades of Dark Goldenrod #BD7A09

Tints of Dark Goldenrod #BD7A09

Color information

#BD7A09 (or 0xBD7A09) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 7A and 09. RGB value is (189,122,9). Sum of RGB (Red+Green+Blue) = 189+122+9=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7A09 is #4285F6. Grayscale: #818181. Windows color (decimal): -4359671 or 621245. OLE color: 621245.

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

Color convert

RGB1891229-
CMYK00.350.950.26
HSL37.67º90.91%38.82%-
HSV(B)37.67º95.24%74.12%-
XYZ2824.763.56-
YUV129.1560.2170.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.06%
GREEN value IS 122 (48.05% from 255) = 38.12%
BLUE value IS 9 (3.91% from 255) = 2.81%
R=59.06%
G=38.12%
B=2.81%

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
Decimal189122900.350.950.2637.6790.9138.82
HexBD7A90235F1A265b27
Octal27517211043137324613347
Binary101111011111010100101000111011111110101001101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7A09; }

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

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

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

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

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

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

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

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