#BC8504

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

Shades of Dark Goldenrod #BC8504

Tints of Dark Goldenrod #BC8504

Color information

#BC8504 (or 0xBC8504) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 85 and 04. RGB value is (188,133,4). Sum of RGB (Red+Green+Blue) = 188+133+4=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8504 is #437AFB. Grayscale: #878787. Windows color (decimal): -4422396 or 296380. OLE color: 296380.

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

Color convert

RGB1881334-
CMYK00.290.980.26
HSL42.07º95.83%37.65%-
HSV(B)42.07º97.87%73.73%-
XYZ29.1527.483.88-
YUV134.7454.22165.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.85%
GREEN value IS 133 (52.34% from 255) = 40.92%
BLUE value IS 4 (1.95% from 255) = 1.23%
R=57.85%
G=40.92%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188133400.290.980.2642.0795.8337.65
HexBC85401D621A2a6026
Octal2742054035142325214046
Binary10111100100001011000111011100010110101010101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8504; }

 p { color: rgb(188,133,4); }

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

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

 a { background-color: rgb(188,133,4); }

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

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

 span { border-color: rgb(188,133,4); }

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