#BB6414

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

Shades of Chocolate #BB6414

Tints of Chocolate #BB6414

Color information

#BB6414 (or 0xBB6414) is unknown color: approx Chocolate. HEX triplet: BB, 64 and 14. RGB value is (187,100,20). Sum of RGB (Red+Green+Blue) = 187+100+20=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6414 is #449BEB. Grayscale: #757575. Windows color (decimal): -4496364 or 1336507. OLE color: 1336507.

HSL color Cylindrical-coordinate representation of color #BB6414: hue angle of 28.74º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB6414 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB18710020-
CMYK00.470.890.27
HSL28.74º80.68%40.59%-
HSV(B)28.74º89.3%73.33%-
XYZ25.1819.733.14-
YUV116.8973.32178-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 20 (8.20% from 255) = 6.51%
R=60.91%
G=32.57%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871002000.470.890.2728.7480.6840.59
HexBB641402F591B1d5129
Octal27314424057131333512151
Binary101110111100100101000101111101100111011111011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6414; }

 p { color: rgb(187,100,20); }

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

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

 a { background-color: rgb(187,100,20); }

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

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

 span { border-color: rgb(187,100,20); }

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