#BB713F

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

Shades of Zest #BB713F

Tints of Zest #BB713F

Color information

#BB713F (or 0xBB713F) is unknown color: approx Zest. HEX triplet: BB, 71 and 3F. RGB value is (187,113,63). Sum of RGB (Red+Green+Blue) = 187+113+63=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB713F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB713F is #448EC0. Grayscale: #818181. Windows color (decimal): -4492993 or 4157883. OLE color: 4157883.

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

Color convert

RGB18711363-
CMYK00.400.660.27
HSL24.19º49.6%49.02%-
HSV(B)24.19º66.31%73.33%-
XYZ27.322.737.65-
YUV129.4390.52169.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.52%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 63 (25% from 255) = 17.36%
R=51.52%
G=31.13%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871136300.400.660.2724.1949.649.02
HexBB713F028421B183231
Octal2731617705010233306261
Binary101110111110001111111010100010000101101111000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB713F; }

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

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

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

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

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

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

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

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