#BB6114

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

Shades of Chocolate #BB6114

Tints of Chocolate #BB6114

Color information

#BB6114 (or 0xBB6114) is unknown color: approx Chocolate. HEX triplet: BB, 61 and 14. RGB value is (187,97,20). Sum of RGB (Red+Green+Blue) = 187+97+20=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6114 is #449EEB. Grayscale: #737373. Windows color (decimal): -4497132 or 1335739. OLE color: 1335739.

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

Color convert

RGB1879720-
CMYK00.480.890.27
HSL27.66º80.68%40.59%-
HSV(B)27.66º89.3%73.33%-
XYZ24.8919.163.05-
YUV115.1374.32179.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.51%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 20 (8.20% from 255) = 6.58%
R=61.51%
G=31.91%
B=6.58%

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
Decimal187972000.480.890.2727.6680.6840.59
HexBB6114030591B1c5129
Octal27314124060131333412151
Binary101110111100001101000110000101100111011111001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6114; }

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

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

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

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

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

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

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

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