#BE6F3F

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

Shades of Zest #BE6F3F

Tints of Zest #BE6F3F

Color information

#BE6F3F (or 0xBE6F3F) is unknown color: approx Zest. HEX triplet: BE, 6F and 3F. RGB value is (190,111,63). Sum of RGB (Red+Green+Blue) = 190+111+63=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6F3F is #4190C0. Grayscale: #818181. Windows color (decimal): -4296897 or 4157374. OLE color: 4157374.

HSL color Cylindrical-coordinate representation of color #BE6F3F: hue angle of 22.68º 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 #BE6F3F is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB19011163-
CMYK00.420.670.25
HSL22.68º50.2%49.61%-
HSV(B)22.68º66.84%74.51%-
XYZ27.8222.677.61-
YUV129.1590.67171.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 63 (25% from 255) = 17.31%
R=52.20%
G=30.49%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901116300.420.670.2522.6850.249.61
HexBE6F3F02A4319173232
Octal2761577705210331276262
Binary101111101101111111111010101010000111100110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6F3F; }

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

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

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

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

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

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

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

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