#BE703F

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

Shades of Zest #BE703F

Tints of Zest #BE703F

Color information

#BE703F (or 0xBE703F) is unknown color: approx Zest. HEX triplet: BE, 70 and 3F. RGB value is (190,112,63). Sum of RGB (Red+Green+Blue) = 190+112+63=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE703F is #418FC0. Grayscale: #828282. Windows color (decimal): -4296641 or 4157630. OLE color: 4157630.

HSL color Cylindrical-coordinate representation of color #BE703F: hue angle of 23.15º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE703F is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB19011263-
CMYK00.410.670.25
HSL23.15º50.2%49.61%-
HSV(B)23.15º66.84%74.51%-
XYZ27.9322.897.65-
YUV129.7490.34170.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 63 (25% from 255) = 17.26%
R=52.05%
G=30.68%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901126300.410.670.2523.1550.249.61
HexBE703F0294319173232
Octal2761607705110331276262
Binary101111101110000111111010100110000111100110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE703F; }

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

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

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

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

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

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

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

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