#BD8411

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

Shades of Dark Goldenrod #BD8411

Tints of Dark Goldenrod #BD8411

Color information

#BD8411 (or 0xBD8411) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 84 and 11. RGB value is (189,132,17). Sum of RGB (Red+Green+Blue) = 189+132+17=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8411 is #427BEE. Grayscale: #888888. Windows color (decimal): -4357103 or 1148093. OLE color: 1148093.

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

Color convert

RGB18913217-
CMYK00.300.910.26
HSL40.12º83.5%40.39%-
HSV(B)40.12º91.01%74.12%-
XYZ29.3427.364.27-
YUV135.9360.88165.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.92%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 17 (7.03% from 255) = 5.03%
R=55.92%
G=39.05%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891321700.300.910.2640.1283.540.39
HexBD841101E5B1A285328
Octal27520421036133325012350
Binary1011110110000100100010111101011011110101010001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8411; }

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

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

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

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

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

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

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

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