#BC6612

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

Shades of Chocolate #BC6612

Tints of Chocolate #BC6612

Color information

#BC6612 (or 0xBC6612) is unknown color: approx Chocolate. HEX triplet: BC, 66 and 12. RGB value is (188,102,18). Sum of RGB (Red+Green+Blue) = 188+102+18=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6612 is #4399ED. Grayscale: #767676. Windows color (decimal): -4430318 or 1205948. OLE color: 1205948.

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

Color convert

RGB18810218-
CMYK00.460.900.26
HSL29.65º82.52%40.39%-
HSV(B)29.65º90.43%73.73%-
XYZ25.620.243.13-
YUV118.1471.49177.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.04%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 18 (7.42% from 255) = 5.84%
R=61.04%
G=33.12%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881021800.460.900.2629.6582.5240.39
HexBC661202E5A1A1e5328
Octal27414622056132323612350
Binary101111001100110100100101110101101011010111101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6612; }

 p { color: rgb(188,102,18); }

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

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

 a { background-color: rgb(188,102,18); }

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

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

 span { border-color: rgb(188,102,18); }

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