#BB6D3C

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

Shades of Zest #BB6D3C

Tints of Zest #BB6D3C

Color information

#BB6D3C (or 0xBB6D3C) is unknown color: approx Zest. HEX triplet: BB, 6D and 3C. RGB value is (187,109,60). Sum of RGB (Red+Green+Blue) = 187+109+60=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6D3C is #4492C3. Grayscale: #7F7F7F. Windows color (decimal): -4494020 or 3960251. OLE color: 3960251.

HSL color Cylindrical-coordinate representation of color #BB6D3C: hue angle of 23.15º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB6D3C is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18710960-
CMYK00.420.680.27
HSL23.15º51.42%48.43%-
HSV(B)23.15º67.91%73.33%-
XYZ26.7821.837.08-
YUV126.7490.34170.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 109 (42.97% from 255) = 30.62%
BLUE value IS 60 (23.83% from 255) = 16.85%
R=52.53%
G=30.62%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871096000.420.680.2723.1551.4248.43
HexBB6D3C02A441B173330
Octal2731557405210433276360
Binary101110111101101111100010101010001001101110111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6D3C; }

 p { color: rgb(187,109,60); }

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

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

 a { background-color: rgb(187,109,60); }

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

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

 span { border-color: rgb(187,109,60); }

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