#BB703E

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

Shades of Zest #BB703E

Tints of Zest #BB703E

Color information

#BB703E (or 0xBB703E) is unknown color: approx Zest. HEX triplet: BB, 70 and 3E. RGB value is (187,112,62). Sum of RGB (Red+Green+Blue) = 187+112+62=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB703E is #448FC1. Grayscale: #818181. Windows color (decimal): -4493250 or 4092091. OLE color: 4092091.

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

Color convert

RGB18711262-
CMYK00.400.670.27
HSL24º50.2%48.82%-
HSV(B)24º66.84%73.33%-
XYZ27.1622.57.47-
YUV128.7290.35169.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.80%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 62 (24.61% from 255) = 17.17%
R=51.80%
G=31.02%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871126200.400.670.272450.248.82
HexBB703E028431B183231
Octal2731607605010333306261
Binary101110111110000111110010100010000111101111000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB703E; }

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

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

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

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

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

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

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

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