Shades of Del Rio #B89488
Tints of Del Rio #B89488
RGB
CMYK
RGB Variations
Color information
#B89488 (or 0xB89488) is known color: Del Rio. HEX triplet: B8, 94 and 88. RGB value is (184,148,136). Sum of RGB (Red+Green+Blue) = 184+148+136=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B89488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89488 is #476B77. Grayscale: #9D9D9D. Windows color (decimal): -4680568 or 8950968. OLE color: 8950968.
HSL color Cylindrical-coordinate representation of color #B89488: hue angle of 15º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B89488 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 136 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.28 |
| HSL | 15º | 0.25% | 0.63% | - |
| HSV(B) | 15º | 0.26% | 0.72% | - |
| XYZ | 34.8 | 33.15 | 27.86 | - |
| YUV | 157.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 136 | 0 | 0.20 | 0.26 | 0.28 | 15 | 0.25 | 0.63 |
| Hex | B8 | 94 | 88 | 0 | 14 | 1A | 1C | F | 19 | 3F |
| Octal | 270 | 224 | 210 | 0 | 24 | 32 | 34 | 17 | 31 | 77 |
| Binary | 10111000 | 10010100 | 10001000 | 0 | 10100 | 11010 | 11100 | 1111 | 11001 | 111111 |
Color Harmonies of #B89488
Complementary color
Monochromatic Colors of #B89488
Black with #B89488
Text Example
Text Example
White with #B89488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89488; }
p { color: rgb(184,148,136); }
H1.HeaderClassName
{
color: #B89488;
}
.AnyTagClassName
{
color: #B89488;
}
</style>
background-color css
<style>
a { background-color: #B89488; }
a { background-color: rgb(184,148,136); }
div.DivClassName
{
background-color: #B89488;
}
.BgClassName
{
background-color: #B89488;
}
</style>
border-color css
<style>
span { border-color: #B89488; }
span { border-color: rgb(184,148,136); }
td.TdClassName
{
border-color: #B89488;
}
.TagClassName
{
border-color: #B89488;
}
</style>