Shades of Zest #BE693D
Tints of Zest #BE693D
RGB
CMYK
RGB Variations
Color information
#BE693D (or 0xBE693D) is known color: Zest. HEX triplet: BE, 69 and 3D. RGB value is (190,105,61). Sum of RGB (Red+Green+Blue) = 190+105+61=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE693D is #4196C2. Grayscale: #7D7D7D. Windows color (decimal): -4298435 or 4024766. OLE color: 4024766.
HSL color Cylindrical-coordinate representation of color #BE693D: hue angle of 20.47º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE693D is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 61 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.25 |
| HSL | 20.47º | 0.51% | 0.49% | - |
| HSV(B) | 20.47º | 0.68% | 0.75% | - |
| XYZ | 27.13 | 21.39 | 7.11 | - |
| YUV | 125.4 | 91.66 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 61 | 0 | 0.45 | 0.68 | 0.25 | 20.47 | 0.51 | 0.49 |
| Hex | BE | 69 | 3D | 0 | 2D | 44 | 19 | 14 | 33 | 31 |
| Octal | 276 | 151 | 75 | 0 | 55 | 104 | 31 | 24 | 63 | 61 |
| Binary | 10111110 | 1101001 | 111101 | 0 | 101101 | 1000100 | 11001 | 10100 | 110011 | 110001 |
Color Harmonies of #BE693D
Complementary color
Monochromatic Colors of #BE693D
Black with #BE693D
Text Example
Text Example
White with #BE693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE693D; }
p { color: rgb(190,105,61); }
H1.HeaderClassName
{
color: #BE693D;
}
.AnyTagClassName
{
color: #BE693D;
}
</style>
background-color css
<style>
a { background-color: #BE693D; }
a { background-color: rgb(190,105,61); }
div.DivClassName
{
background-color: #BE693D;
}
.BgClassName
{
background-color: #BE693D;
}
</style>
border-color css
<style>
span { border-color: #BE693D; }
span { border-color: rgb(190,105,61); }
td.TdClassName
{
border-color: #BE693D;
}
.TagClassName
{
border-color: #BE693D;
}
</style>