Shades of Eunry #BE9F99
Tints of Eunry #BE9F99
RGB
CMYK
RGB Variations
Color information
#BE9F99 (or 0xBE9F99) is known color: Eunry. HEX triplet: BE, 9F and 99. RGB value is (190,159,153). Sum of RGB (Red+Green+Blue) = 190+159+153=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9F99 is #416066. Grayscale: #A7A7A7. Windows color (decimal): -4284519 or 10067902. OLE color: 10067902.
HSL color Cylindrical-coordinate representation of color #BE9F99: hue angle of 9.73º 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 #BE9F99 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 159 | 153 | - |
CMYK | 0 | 0.16 | 0.19 | 0.25 |
HSL | 9.73º | 0.22% | 0.67% | - |
HSV(B) | 9.73º | 0.19% | 0.75% | - |
XYZ | 39.38 | 38.04 | 35.4 | - |
YUV | 167.59 | 119.77 | 143.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 159 | 153 | 0 | 0.16 | 0.19 | 0.25 | 9.73 | 0.22 | 0.67 |
Hex | BE | 9F | 99 | 0 | 10 | 13 | 19 | A | 16 | 43 |
Octal | 276 | 237 | 231 | 0 | 20 | 23 | 31 | 12 | 26 | 103 |
Binary | 10111110 | 10011111 | 10011001 | 0 | 10000 | 10011 | 11001 | 1010 | 10110 | 1000011 |
Color Harmonies of #BE9F99
Complementary color
Monochromatic Colors of #BE9F99
Black with #BE9F99
Text Example
Text Example
White with #BE9F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9F99; }
p { color: rgb(190,159,153); }
H1.HeaderClassName
{
color: #BE9F99;
}
.AnyTagClassName
{
color: #BE9F99;
}
</style>
background-color css
<style>
a { background-color: #BE9F99; }
a { background-color: rgb(190,159,153); }
div.DivClassName
{
background-color: #BE9F99;
}
.BgClassName
{
background-color: #BE9F99;
}
</style>
border-color css
<style>
span { border-color: #BE9F99; }
span { border-color: rgb(190,159,153); }
td.TdClassName
{
border-color: #BE9F99;
}
.TagClassName
{
border-color: #BE9F99;
}
</style>