#BB6F3E

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

Shades of Zest #BB6F3E

Tints of Zest #BB6F3E

Color information

#BB6F3E (or 0xBB6F3E) is unknown color: approx Zest. HEX triplet: BB, 6F and 3E. RGB value is (187,111,62). Sum of RGB (Red+Green+Blue) = 187+111+62=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6F3E is #4490C1. Grayscale: #808080. Windows color (decimal): -4493506 or 4091835. OLE color: 4091835.

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

Color convert

RGB18711162-
CMYK00.410.670.27
HSL23.52º50.2%48.82%-
HSV(B)23.52º66.84%73.33%-
XYZ27.0522.287.43-
YUV128.1490.68169.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.94%
GREEN value IS 111 (43.75% from 255) = 30.83%
BLUE value IS 62 (24.61% from 255) = 17.22%
R=51.94%
G=30.83%
B=17.22%

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
Decimal1871116200.410.670.2723.5250.248.82
HexBB6F3E029431B183231
Octal2731577605110333306261
Binary101110111101111111110010100110000111101111000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6F3E; }

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

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

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

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

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

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

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

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