#BC6212

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

Shades of Chocolate #BC6212

Tints of Chocolate #BC6212

Color information

#BC6212 (or 0xBC6212) is unknown color: approx Chocolate. HEX triplet: BC, 62 and 12. RGB value is (188,98,18). Sum of RGB (Red+Green+Blue) = 188+98+18=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6212 is #439DED. Grayscale: #747474. Windows color (decimal): -4431342 or 1204924. OLE color: 1204924.

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

Color convert

RGB1889818-
CMYK00.480.900.26
HSL28.24º82.52%40.39%-
HSV(B)28.24º90.43%73.73%-
XYZ25.2219.473-
YUV115.7972.82179.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.84%
GREEN value IS 98 (38.67% from 255) = 32.24%
BLUE value IS 18 (7.42% from 255) = 5.92%
R=61.84%
G=32.24%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188981800.480.900.2628.2482.5240.39
HexBC62120305A1A1c5328
Octal27414222060132323412350
Binary101111001100010100100110000101101011010111001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6212; }

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

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

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

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

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

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

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

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