#BB6312

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

Shades of Chocolate #BB6312

Tints of Chocolate #BB6312

Color information

#BB6312 (or 0xBB6312) is unknown color: approx Chocolate. HEX triplet: BB, 63 and 12. RGB value is (187,99,18). Sum of RGB (Red+Green+Blue) = 187+99+18=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6312 is #449CED. Grayscale: #747474. Windows color (decimal): -4496622 or 1205179. OLE color: 1205179.

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

Color convert

RGB1879918-
CMYK00.470.900.27
HSL28.76º82.44%40.2%-
HSV(B)28.76º90.37%73.33%-
XYZ25.0619.533.02-
YUV116.0872.65178.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.51%
GREEN value IS 99 (39.06% from 255) = 32.57%
BLUE value IS 18 (7.42% from 255) = 5.92%
R=61.51%
G=32.57%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187991800.470.900.2728.7682.4440.2
HexBB631202F5A1B1d5228
Octal27314322057132333512250
Binary101110111100011100100101111101101011011111011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6312; }

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

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

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

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

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

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

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

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