Shades of Del Rio #B89A8B
Tints of Del Rio #B89A8B
RGB
CMYK
RGB Variations
Color information
#B89A8B (or 0xB89A8B) is known color: Del Rio. HEX triplet: B8, 9A and 8B. RGB value is (184,154,139). Sum of RGB (Red+Green+Blue) = 184+154+139=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89A8B is #476574. Grayscale: #A1A1A1. Windows color (decimal): -4679029 or 9149112. OLE color: 9149112.
HSL color Cylindrical-coordinate representation of color #B89A8B: hue angle of 20º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B89A8B is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 154 | 139 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.28 |
| HSL | 20º | 0.24% | 0.63% | - |
| HSV(B) | 20º | 0.24% | 0.72% | - |
| XYZ | 35.98 | 35.17 | 29.32 | - |
| YUV | 161.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 139 | 0 | 0.16 | 0.24 | 0.28 | 20 | 0.24 | 0.63 |
| Hex | B8 | 9A | 8B | 0 | 10 | 18 | 1C | 14 | 18 | 3F |
| Octal | 270 | 232 | 213 | 0 | 20 | 30 | 34 | 24 | 30 | 77 |
| Binary | 10111000 | 10011010 | 10001011 | 0 | 10000 | 11000 | 11100 | 10100 | 11000 | 111111 |
Color Harmonies of #B89A8B
Complementary color
Monochromatic Colors of #B89A8B
Black with #B89A8B
Text Example
Text Example
White with #B89A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89A8B; }
p { color: rgb(184,154,139); }
H1.HeaderClassName
{
color: #B89A8B;
}
.AnyTagClassName
{
color: #B89A8B;
}
</style>
background-color css
<style>
a { background-color: #B89A8B; }
a { background-color: rgb(184,154,139); }
div.DivClassName
{
background-color: #B89A8B;
}
.BgClassName
{
background-color: #B89A8B;
}
</style>
border-color css
<style>
span { border-color: #B89A8B; }
span { border-color: rgb(184,154,139); }
td.TdClassName
{
border-color: #B89A8B;
}
.TagClassName
{
border-color: #B89A8B;
}
</style>