#BB703F

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

Shades of Zest #BB703F

Tints of Zest #BB703F

Color information

#BB703F (or 0xBB703F) is unknown color: approx Zest. HEX triplet: BB, 70 and 3F. RGB value is (187,112,63). Sum of RGB (Red+Green+Blue) = 187+112+63=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB703F is #448FC0. Grayscale: #818181. Windows color (decimal): -4493249 or 4157627. OLE color: 4157627.

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

Color convert

RGB18711263-
CMYK00.400.660.27
HSL23.71º49.6%49.02%-
HSV(B)23.71º66.31%73.33%-
XYZ27.1822.517.62-
YUV128.8490.85169.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.66%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 63 (25% from 255) = 17.40%
R=51.66%
G=30.94%
B=17.40%

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
Decimal1871126300.400.660.2723.7149.649.02
HexBB703F028421B183231
Octal2731607705010233306261
Binary101110111110000111111010100010000101101111000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB703F; }

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

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

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

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

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

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

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

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