Shades of Del Rio #B09A8B
Tints of Del Rio #B09A8B
RGB
CMYK
RGB Variations
Color information
#B09A8B (or 0xB09A8B) is known color: Del Rio. HEX triplet: B0, 9A and 8B. RGB value is (176,154,139). Sum of RGB (Red+Green+Blue) = 176+154+139=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09A8B is #4F6574. Grayscale: #9E9E9E. Windows color (decimal): -5203317 or 9149104. OLE color: 9149104.
HSL color Cylindrical-coordinate representation of color #B09A8B: hue angle of 24.32º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B09A8B is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 139 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.31 |
| HSL | 24.32º | 0.19% | 0.62% | - |
| HSV(B) | 24.32º | 0.21% | 0.69% | - |
| XYZ | 34.12 | 34.21 | 29.23 | - |
| YUV | 158.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 139 | 0 | 0.12 | 0.21 | 0.31 | 24.32 | 0.19 | 0.62 |
| Hex | B0 | 9A | 8B | 0 | C | 15 | 1F | 18 | 13 | 3E |
| Octal | 260 | 232 | 213 | 0 | 14 | 25 | 37 | 30 | 23 | 76 |
| Binary | 10110000 | 10011010 | 10001011 | 0 | 1100 | 10101 | 11111 | 11000 | 10011 | 111110 |
Color Harmonies of #B09A8B
Complementary color
Monochromatic Colors of #B09A8B
Black with #B09A8B
Text Example
Text Example
White with #B09A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A8B; }
p { color: rgb(176,154,139); }
H1.HeaderClassName
{
color: #B09A8B;
}
.AnyTagClassName
{
color: #B09A8B;
}
</style>
background-color css
<style>
a { background-color: #B09A8B; }
a { background-color: rgb(176,154,139); }
div.DivClassName
{
background-color: #B09A8B;
}
.BgClassName
{
background-color: #B09A8B;
}
</style>
border-color css
<style>
span { border-color: #B09A8B; }
span { border-color: rgb(176,154,139); }
td.TdClassName
{
border-color: #B09A8B;
}
.TagClassName
{
border-color: #B09A8B;
}
</style>