#BB713B

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

Shades of Zest #BB713B

Tints of Zest #BB713B

Color information

#BB713B (or 0xBB713B) is unknown color: approx Zest. HEX triplet: BB, 71 and 3B. RGB value is (187,113,59). Sum of RGB (Red+Green+Blue) = 187+113+59=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB713B is #448EC4. Grayscale: #818181. Windows color (decimal): -4492997 or 3895739. OLE color: 3895739.

HSL color Cylindrical-coordinate representation of color #BB713B: hue angle of 25.31º degrees, saturation: 0.52, 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 #BB713B is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18711359-
CMYK00.400.680.27
HSL25.31º52.03%48.24%-
HSV(B)25.31º68.45%73.33%-
XYZ27.1922.697.08-
YUV128.9788.52169.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 113 (44.53% from 255) = 31.48%
BLUE value IS 59 (23.44% from 255) = 16.43%
R=52.09%
G=31.48%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871135900.400.680.2725.3152.0348.24
HexBB713B028441B193430
Octal2731617305010433316460
Binary101110111110001111011010100010001001101111001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB713B; }

 p { color: rgb(187,113,59); }

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

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

 a { background-color: rgb(187,113,59); }

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

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

 span { border-color: rgb(187,113,59); }

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