#BB6014

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

Shades of Chocolate #BB6014

Tints of Chocolate #BB6014

Color information

#BB6014 (or 0xBB6014) is unknown color: approx Chocolate. HEX triplet: BB, 60 and 14. RGB value is (187,96,20). Sum of RGB (Red+Green+Blue) = 187+96+20=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6014 is #449FEB. Grayscale: #727272. Windows color (decimal): -4497388 or 1335483. OLE color: 1335483.

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

Color convert

RGB1879620-
CMYK00.490.890.27
HSL27.31º80.68%40.59%-
HSV(B)27.31º89.3%73.33%-
XYZ24.818.983.02-
YUV114.5474.65179.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.72%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 20 (8.20% from 255) = 6.60%
R=61.72%
G=31.68%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187962000.490.890.2727.3180.6840.59
HexBB6014031591B1b5129
Octal27314024061131333312151
Binary101110111100000101000110001101100111011110111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6014; }

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

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

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

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

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

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

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

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