#BB6D3A

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

Shades of Zest #BB6D3A

Tints of Zest #BB6D3A

Color information

#BB6D3A (or 0xBB6D3A) is unknown color: approx Zest. HEX triplet: BB, 6D and 3A. RGB value is (187,109,58). Sum of RGB (Red+Green+Blue) = 187+109+58=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6D3A is #4492C5. Grayscale: #7E7E7E. Windows color (decimal): -4494022 or 3829179. OLE color: 3829179.

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

Color convert

RGB18710958-
CMYK00.420.690.27
HSL23.72º52.65%48.04%-
HSV(B)23.72º68.98%73.33%-
XYZ26.7321.816.8-
YUV126.5189.34171.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.82%
GREEN value IS 109 (42.97% from 255) = 30.79%
BLUE value IS 58 (23.05% from 255) = 16.38%
R=52.82%
G=30.79%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871095800.420.690.2723.7252.6548.04
HexBB6D3A02A451B183530
Octal2731557205210533306560
Binary101110111101101111010010101010001011101111000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6D3A; }

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

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

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

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

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

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

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

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