Shades of Del Rio #BE9F8F
Tints of Del Rio #BE9F8F
RGB
CMYK
RGB Variations
Color information
#BE9F8F (or 0xBE9F8F) is known color: Del Rio. HEX triplet: BE, 9F and 8F. RGB value is (190,159,143). Sum of RGB (Red+Green+Blue) = 190+159+143=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9F8F is #416070. Grayscale: #A6A6A6. Windows color (decimal): -4284529 or 9412542. OLE color: 9412542.
HSL color Cylindrical-coordinate representation of color #BE9F8F: hue angle of 20.43º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE9F8F is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 159 | 143 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.25 |
| HSL | 20.43º | 0.27% | 0.65% | - |
| HSV(B) | 20.43º | 0.25% | 0.75% | - |
| XYZ | 38.59 | 37.73 | 31.23 | - |
| YUV | 166.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 159 | 143 | 0 | 0.16 | 0.25 | 0.25 | 20.43 | 0.27 | 0.65 |
| Hex | BE | 9F | 8F | 0 | 10 | 19 | 19 | 14 | 1B | 41 |
| Octal | 276 | 237 | 217 | 0 | 20 | 31 | 31 | 24 | 33 | 101 |
| Binary | 10111110 | 10011111 | 10001111 | 0 | 10000 | 11001 | 11001 | 10100 | 11011 | 1000001 |
Color Harmonies of #BE9F8F
Complementary color
Monochromatic Colors of #BE9F8F
Black with #BE9F8F
Text Example
Text Example
White with #BE9F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9F8F; }
p { color: rgb(190,159,143); }
H1.HeaderClassName
{
color: #BE9F8F;
}
.AnyTagClassName
{
color: #BE9F8F;
}
</style>
background-color css
<style>
a { background-color: #BE9F8F; }
a { background-color: rgb(190,159,143); }
div.DivClassName
{
background-color: #BE9F8F;
}
.BgClassName
{
background-color: #BE9F8F;
}
</style>
border-color css
<style>
span { border-color: #BE9F8F; }
span { border-color: rgb(190,159,143); }
td.TdClassName
{
border-color: #BE9F8F;
}
.TagClassName
{
border-color: #BE9F8F;
}
</style>