#BC880F

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

Shades of Dark Goldenrod #BC880F

Tints of Dark Goldenrod #BC880F

Color information

#BC880F (or 0xBC880F) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 88 and 0F. RGB value is (188,136,15). Sum of RGB (Red+Green+Blue) = 188+136+15=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC880F is #4377F0. Grayscale: #8A8A8A. Windows color (decimal): -4421617 or 1018044. OLE color: 1018044.

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

Color convert

RGB18813615-
CMYK00.280.920.26
HSL41.97º85.22%39.8%-
HSV(B)41.97º92.02%73.73%-
XYZ29.6328.334.36-
YUV137.7558.73163.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.46%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 15 (6.25% from 255) = 4.42%
R=55.46%
G=40.12%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881361500.280.920.2641.9785.2239.8
HexBC88F01C5C1A2a5528
Octal27421017034134325212550
Binary101111001000100011110111001011100110101010101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC880F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC880F; }

 p { color: rgb(188,136,15); }

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

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

 a { background-color: rgb(188,136,15); }

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

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

 span { border-color: rgb(188,136,15); }

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