#BB7041

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

Shades of Zest #BB7041

Tints of Zest #BB7041

Color information

#BB7041 (or 0xBB7041) is unknown color: approx Zest. HEX triplet: BB, 70 and 41. RGB value is (187,112,65). Sum of RGB (Red+Green+Blue) = 187+112+65=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7041 is #448FBE. Grayscale: #818181. Windows color (decimal): -4493247 or 4288699. OLE color: 4288699.

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

Color convert

RGB18711265-
CMYK00.400.650.27
HSL23.11º48.41%49.41%-
HSV(B)23.11º65.24%73.33%-
XYZ27.2422.537.91-
YUV129.0791.85169.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 65 (25.78% from 255) = 17.86%
R=51.37%
G=30.77%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871126500.400.650.2723.1148.4149.41
HexBB7041028411B173031
Octal27316010105010133276061
Binary1011101111100001000001010100010000011101110111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7041; }

 p { color: rgb(187,112,65); }

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

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

 a { background-color: rgb(187,112,65); }

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

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

 span { border-color: rgb(187,112,65); }

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