#BD7C11

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

Shades of Dark Goldenrod #BD7C11

Tints of Dark Goldenrod #BD7C11

Color information

#BD7C11 (or 0xBD7C11) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 7C and 11. RGB value is (189,124,17). Sum of RGB (Red+Green+Blue) = 189+124+17=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7C11 is #4283EE. Grayscale: #838383. Windows color (decimal): -4359151 or 1146045. OLE color: 1146045.

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

Color convert

RGB18912417-
CMYK00.340.910.26
HSL37.33º83.5%40.39%-
HSV(B)37.33º91.01%74.12%-
XYZ28.325.273.92-
YUV131.2463.53169.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.27%
GREEN value IS 124 (48.83% from 255) = 37.58%
BLUE value IS 17 (7.03% from 255) = 5.15%
R=57.27%
G=37.58%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891241700.340.910.2637.3383.540.39
HexBD7C110225B1A255328
Octal27517421042133324512350
Binary1011110111111001000101000101011011110101001011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7C11; }

 p { color: rgb(189,124,17); }

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

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

 a { background-color: rgb(189,124,17); }

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

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

 span { border-color: rgb(189,124,17); }

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