Shades of Del Rio #B09A8E
Tints of Del Rio #B09A8E
RGB
CMYK
RGB Variations
Color information
#B09A8E (or 0xB09A8E) is known color: Del Rio. HEX triplet: B0, 9A and 8E. RGB value is (176,154,142). Sum of RGB (Red+Green+Blue) = 176+154+142=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09A8E is #4F6571. Grayscale: #9F9F9F. Windows color (decimal): -5203314 or 9345712. OLE color: 9345712.
HSL color Cylindrical-coordinate representation of color #B09A8E: hue angle of 21.18º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B09A8E is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 142 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.31 |
| HSL | 21.18º | 0.18% | 0.62% | - |
| HSV(B) | 21.18º | 0.19% | 0.69% | - |
| XYZ | 34.34 | 34.29 | 30.4 | - |
| YUV | 159.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 142 | 0 | 0.12 | 0.19 | 0.31 | 21.18 | 0.18 | 0.62 |
| Hex | B0 | 9A | 8E | 0 | C | 13 | 1F | 15 | 12 | 3E |
| Octal | 260 | 232 | 216 | 0 | 14 | 23 | 37 | 25 | 22 | 76 |
| Binary | 10110000 | 10011010 | 10001110 | 0 | 1100 | 10011 | 11111 | 10101 | 10010 | 111110 |
Color Harmonies of #B09A8E
Complementary color
Monochromatic Colors of #B09A8E
Black with #B09A8E
Text Example
Text Example
White with #B09A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A8E; }
p { color: rgb(176,154,142); }
H1.HeaderClassName
{
color: #B09A8E;
}
.AnyTagClassName
{
color: #B09A8E;
}
</style>
background-color css
<style>
a { background-color: #B09A8E; }
a { background-color: rgb(176,154,142); }
div.DivClassName
{
background-color: #B09A8E;
}
.BgClassName
{
background-color: #B09A8E;
}
</style>
border-color css
<style>
span { border-color: #B09A8E; }
span { border-color: rgb(176,154,142); }
td.TdClassName
{
border-color: #B09A8E;
}
.TagClassName
{
border-color: #B09A8E;
}
</style>