Shades of Del Rio #B89F92
Tints of Del Rio #B89F92
RGB
CMYK
RGB Variations
Color information
#B89F92 (or 0xB89F92) is known color: Del Rio. HEX triplet: B8, 9F and 92. RGB value is (184,159,146). Sum of RGB (Red+Green+Blue) = 184+159+146=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89F92 is #47606D. Grayscale: #A5A5A5. Windows color (decimal): -4677742 or 9609144. OLE color: 9609144.
HSL color Cylindrical-coordinate representation of color #B89F92: hue angle of 20.53º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B89F92 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 146 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.28 |
| HSL | 20.53º | 0.21% | 0.65% | - |
| HSV(B) | 20.53º | 0.21% | 0.72% | - |
| XYZ | 37.35 | 37.06 | 32.38 | - |
| YUV | 164.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 146 | 0 | 0.14 | 0.21 | 0.28 | 20.53 | 0.21 | 0.65 |
| Hex | B8 | 9F | 92 | 0 | E | 15 | 1C | 15 | 15 | 41 |
| Octal | 270 | 237 | 222 | 0 | 16 | 25 | 34 | 25 | 25 | 101 |
| Binary | 10111000 | 10011111 | 10010010 | 0 | 1110 | 10101 | 11100 | 10101 | 10101 | 1000001 |
Color Harmonies of #B89F92
Complementary color
Monochromatic Colors of #B89F92
Black with #B89F92
Text Example
Text Example
White with #B89F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89F92; }
p { color: rgb(184,159,146); }
H1.HeaderClassName
{
color: #B89F92;
}
.AnyTagClassName
{
color: #B89F92;
}
</style>
background-color css
<style>
a { background-color: #B89F92; }
a { background-color: rgb(184,159,146); }
div.DivClassName
{
background-color: #B89F92;
}
.BgClassName
{
background-color: #B89F92;
}
</style>
border-color css
<style>
span { border-color: #B89F92; }
span { border-color: rgb(184,159,146); }
td.TdClassName
{
border-color: #B89F92;
}
.TagClassName
{
border-color: #B89F92;
}
</style>