#BB6212

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

Shades of Chocolate #BB6212

Tints of Chocolate #BB6212

Color information

#BB6212 (or 0xBB6212) is unknown color: approx Chocolate. HEX triplet: BB, 62 and 12. RGB value is (187,98,18). Sum of RGB (Red+Green+Blue) = 187+98+18=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6212 is #449DED. Grayscale: #737373. Windows color (decimal): -4496878 or 1204923. OLE color: 1204923.

HSL color Cylindrical-coordinate representation of color #BB6212: hue angle of 28.4º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB6212 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1879818-
CMYK00.480.900.27
HSL28.4º82.44%40.2%-
HSV(B)28.4º90.37%73.33%-
XYZ24.9719.342.99-
YUV115.4972.99179-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.72%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 18 (7.42% from 255) = 5.94%
R=61.72%
G=32.34%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187981800.480.900.2728.482.4440.2
HexBB62120305A1B1c5228
Octal27314222060132333412250
Binary101110111100010100100110000101101011011111001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6212; }

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

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

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

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

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

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

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

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