Shades of Eunry #BE9D9A
Tints of Eunry #BE9D9A
RGB
CMYK
RGB Variations
Color information
#BE9D9A (or 0xBE9D9A) is known color: Eunry. HEX triplet: BE, 9D and 9A. RGB value is (190,157,154). Sum of RGB (Red+Green+Blue) = 190+157+154=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9D9A is #416265. Grayscale: #A6A6A6. Windows color (decimal): -4285030 or 10132926. OLE color: 10132926.
HSL color Cylindrical-coordinate representation of color #BE9D9A: hue angle of 5º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BE9D9A is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 157 | 154 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.25 |
| HSL | 5º | 0.22% | 0.67% | - |
| HSV(B) | 5º | 0.19% | 0.75% | - |
| XYZ | 39.12 | 37.39 | 35.73 | - |
| YUV | 166.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 157 | 154 | 0 | 0.17 | 0.19 | 0.25 | 5 | 0.22 | 0.67 |
| Hex | BE | 9D | 9A | 0 | 11 | 13 | 19 | 5 | 16 | 43 |
| Octal | 276 | 235 | 232 | 0 | 21 | 23 | 31 | 5 | 26 | 103 |
| Binary | 10111110 | 10011101 | 10011010 | 0 | 10001 | 10011 | 11001 | 101 | 10110 | 1000011 |
Color Harmonies of #BE9D9A
Complementary color
Monochromatic Colors of #BE9D9A
Black with #BE9D9A
Text Example
Text Example
White with #BE9D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9D9A; }
p { color: rgb(190,157,154); }
H1.HeaderClassName
{
color: #BE9D9A;
}
.AnyTagClassName
{
color: #BE9D9A;
}
</style>
background-color css
<style>
a { background-color: #BE9D9A; }
a { background-color: rgb(190,157,154); }
div.DivClassName
{
background-color: #BE9D9A;
}
.BgClassName
{
background-color: #BE9D9A;
}
</style>
border-color css
<style>
span { border-color: #BE9D9A; }
span { border-color: rgb(190,157,154); }
td.TdClassName
{
border-color: #BE9D9A;
}
.TagClassName
{
border-color: #BE9D9A;
}
</style>