#BB6214

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

Shades of Chocolate #BB6214

Tints of Chocolate #BB6214

Color information

#BB6214 (or 0xBB6214) is unknown color: approx Chocolate. HEX triplet: BB, 62 and 14. RGB value is (187,98,20). Sum of RGB (Red+Green+Blue) = 187+98+20=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6214 is #449DEB. Grayscale: #747474. Windows color (decimal): -4496876 or 1335995. OLE color: 1335995.

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

Color convert

RGB1879820-
CMYK00.480.890.27
HSL28.02º80.68%40.59%-
HSV(B)28.02º89.3%73.33%-
XYZ24.9919.353.08-
YUV115.7273.99178.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.31%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 20 (8.20% from 255) = 6.56%
R=61.31%
G=32.13%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187982000.480.890.2728.0280.6840.59
HexBB6214030591B1c5129
Octal27314224060131333412151
Binary101110111100010101000110000101100111011111001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6214; }

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

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

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

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

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

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

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

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