#BB6E3E

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

Shades of Zest #BB6E3E

Tints of Zest #BB6E3E

Color information

#BB6E3E (or 0xBB6E3E) is unknown color: approx Zest. HEX triplet: BB, 6E and 3E. RGB value is (187,110,62). Sum of RGB (Red+Green+Blue) = 187+110+62=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6E3E is #4491C1. Grayscale: #7F7F7F. Windows color (decimal): -4493762 or 4091579. OLE color: 4091579.

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

Color convert

RGB18711062-
CMYK00.410.670.27
HSL23.04º50.2%48.82%-
HSV(B)23.04º66.84%73.33%-
XYZ26.9422.067.4-
YUV127.5591.01170.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 110 (43.36% from 255) = 30.64%
BLUE value IS 62 (24.61% from 255) = 17.27%
R=52.09%
G=30.64%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871106200.410.670.2723.0450.248.82
HexBB6E3E029431B173231
Octal2731567605110333276261
Binary101110111101110111110010100110000111101110111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E3E; }

 p { color: rgb(187,110,62); }

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

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

 a { background-color: rgb(187,110,62); }

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

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

 span { border-color: rgb(187,110,62); }

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