#BD8502

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

Shades of Dark Goldenrod #BD8502

Tints of Dark Goldenrod #BD8502

Color information

#BD8502 (or 0xBD8502) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 85 and 02. RGB value is (189,133,2). Sum of RGB (Red+Green+Blue) = 189+133+2=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8502 is #427AFD. Grayscale: #878787. Windows color (decimal): -4356862 or 165309. OLE color: 165309.

HSL color Cylindrical-coordinate representation of color #BD8502: hue angle of 42.03º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD8502 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB1891332-
CMYK00.300.990.26
HSL42.03º97.91%37.45%-
HSV(B)42.03º98.94%74.12%-
XYZ29.3827.63.84-
YUV134.8153.05166.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.33%
GREEN value IS 133 (52.34% from 255) = 41.05%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=58.33%
G=41.05%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189133200.300.990.2642.0397.9137.45
HexBD85201E631A2a6225
Octal2752052036143325214245
Binary1011110110000101100111101100011110101010101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8502; }

 p { color: rgb(189,133,2); }

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

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

 a { background-color: rgb(189,133,2); }

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

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

 span { border-color: rgb(189,133,2); }

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