Shades of Del Rio #B09B91
Tints of Del Rio #B09B91
RGB
CMYK
RGB Variations
Color information
#B09B91 (or 0xB09B91) is known color: Del Rio. HEX triplet: B0, 9B and 91. RGB value is (176,155,145). Sum of RGB (Red+Green+Blue) = 176+155+145=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09B91 is #4F646E. Grayscale: #A0A0A0. Windows color (decimal): -5203055 or 9542576. OLE color: 9542576.
HSL color Cylindrical-coordinate representation of color #B09B91: hue angle of 19.35º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B09B91 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 155 | 145 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.31 |
| HSL | 19.35º | 0.16% | 0.63% | - |
| HSV(B) | 19.35º | 0.18% | 0.69% | - |
| XYZ | 34.74 | 34.72 | 31.66 | - |
| YUV | 160.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 145 | 0 | 0.12 | 0.18 | 0.31 | 19.35 | 0.16 | 0.63 |
| Hex | B0 | 9B | 91 | 0 | C | 12 | 1F | 13 | 10 | 3F |
| Octal | 260 | 233 | 221 | 0 | 14 | 22 | 37 | 23 | 20 | 77 |
| Binary | 10110000 | 10011011 | 10010001 | 0 | 1100 | 10010 | 11111 | 10011 | 10000 | 111111 |
Color Harmonies of #B09B91
Complementary color
Monochromatic Colors of #B09B91
Black with #B09B91
Text Example
Text Example
White with #B09B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09B91; }
p { color: rgb(176,155,145); }
H1.HeaderClassName
{
color: #B09B91;
}
.AnyTagClassName
{
color: #B09B91;
}
</style>
background-color css
<style>
a { background-color: #B09B91; }
a { background-color: rgb(176,155,145); }
div.DivClassName
{
background-color: #B09B91;
}
.BgClassName
{
background-color: #B09B91;
}
</style>
border-color css
<style>
span { border-color: #B09B91; }
span { border-color: rgb(176,155,145); }
td.TdClassName
{
border-color: #B09B91;
}
.TagClassName
{
border-color: #B09B91;
}
</style>