Shades of Pancho #E6BE92
Tints of Pancho #E6BE92
RGB
CMYK
RGB Variations
Color information
#E6BE92 (or 0xE6BE92) is known color: Pancho. HEX triplet: E6, BE and 92. RGB value is (230,190,146). Sum of RGB (Red+Green+Blue) = 230+190+146=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BE92 is #19416D. Grayscale: #C5C5C5. Windows color (decimal): -1655150 or 9617126. OLE color: 9617126.
HSL color Cylindrical-coordinate representation of color #E6BE92: hue angle of 31.43º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6BE92 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 146 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.10 |
| HSL | 31.43º | 0.63% | 0.74% | - |
| HSV(B) | 31.43º | 0.37% | 0.9% | - |
| XYZ | 56.23 | 55.73 | 34.99 | - |
| YUV | 196.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 146 | 0 | 0.17 | 0.37 | 0.10 | 31.43 | 0.63 | 0.74 |
| Hex | E6 | BE | 92 | 0 | 11 | 25 | A | 1F | 3F | 4A |
| Octal | 346 | 276 | 222 | 0 | 21 | 45 | 12 | 37 | 77 | 112 |
| Binary | 11100110 | 10111110 | 10010010 | 0 | 10001 | 100101 | 1010 | 11111 | 111111 | 1001010 |
Color Harmonies of #E6BE92
Complementary color
Monochromatic Colors of #E6BE92
Black with #E6BE92
Text Example
Text Example
White with #E6BE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BE92; }
p { color: rgb(230,190,146); }
H1.HeaderClassName
{
color: #E6BE92;
}
.AnyTagClassName
{
color: #E6BE92;
}
</style>
background-color css
<style>
a { background-color: #E6BE92; }
a { background-color: rgb(230,190,146); }
div.DivClassName
{
background-color: #E6BE92;
}
.BgClassName
{
background-color: #E6BE92;
}
</style>
border-color css
<style>
span { border-color: #E6BE92; }
span { border-color: rgb(230,190,146); }
td.TdClassName
{
border-color: #E6BE92;
}
.TagClassName
{
border-color: #E6BE92;
}
</style>