#BC6013

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

Shades of Chocolate #BC6013

Tints of Chocolate #BC6013

Color information

#BC6013 (or 0xBC6013) is unknown color: approx Chocolate. HEX triplet: BC, 60 and 13. RGB value is (188,96,19). Sum of RGB (Red+Green+Blue) = 188+96+19=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6013 is #439FEC. Grayscale: #737373. Windows color (decimal): -4431853 or 1269948. OLE color: 1269948.

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

Color convert

RGB1889619-
CMYK00.490.900.26
HSL27.34º81.64%40.59%-
HSV(B)27.34º89.89%73.73%-
XYZ25.0419.12.98-
YUV114.7373.98180.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.05%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 19 (7.81% from 255) = 6.27%
R=62.05%
G=31.68%
B=6.27%

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
Decimal188961900.490.900.2627.3481.6440.59
HexBC60130315A1A1b5229
Octal27414023061132323312251
Binary101111001100000100110110001101101011010110111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6013; }

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

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

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

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

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

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

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

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