#BC5F13

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

Shades of Chocolate #BC5F13

Tints of Chocolate #BC5F13

Color information

#BC5F13 (or 0xBC5F13) is unknown color: approx Chocolate. HEX triplet: BC, 5F and 13. RGB value is (188,95,19). Sum of RGB (Red+Green+Blue) = 188+95+19=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5F13 is #43A0EC. Grayscale: #727272. Windows color (decimal): -4432109 or 1269692. OLE color: 1269692.

HSL color Cylindrical-coordinate representation of color #BC5F13: hue angle of 26.98º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC5F13 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB1889519-
CMYK00.490.900.26
HSL26.98º81.64%40.59%-
HSV(B)26.98º89.89%73.73%-
XYZ24.9518.922.95-
YUV114.1474.31180.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.25%
GREEN value IS 95 (37.5% from 255) = 31.46%
BLUE value IS 19 (7.81% from 255) = 6.29%
R=62.25%
G=31.46%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188951900.490.900.2626.9881.6440.59
HexBC5F130315A1A1b5229
Octal27413723061132323312251
Binary101111001011111100110110001101101011010110111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5F13; }

 p { color: rgb(188,95,19); }

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

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

 a { background-color: rgb(188,95,19); }

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

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

 span { border-color: rgb(188,95,19); }

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