Shades of Del Rio #B09D8F
Tints of Del Rio #B09D8F
RGB
CMYK
RGB Variations
Color information
#B09D8F (or 0xB09D8F) is known color: Del Rio. HEX triplet: B0, 9D and 8F. RGB value is (176,157,143). Sum of RGB (Red+Green+Blue) = 176+157+143=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09D8F is #4F6270. Grayscale: #A1A1A1. Windows color (decimal): -5202545 or 9412016. OLE color: 9412016.
HSL color Cylindrical-coordinate representation of color #B09D8F: hue angle of 25.45º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B09D8F is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 143 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.31 |
| HSL | 25.45º | 0.17% | 0.63% | - |
| HSV(B) | 25.45º | 0.19% | 0.69% | - |
| XYZ | 34.92 | 35.33 | 30.96 | - |
| YUV | 161.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 143 | 0 | 0.11 | 0.19 | 0.31 | 25.45 | 0.17 | 0.63 |
| Hex | B0 | 9D | 8F | 0 | B | 13 | 1F | 19 | 11 | 3F |
| Octal | 260 | 235 | 217 | 0 | 13 | 23 | 37 | 31 | 21 | 77 |
| Binary | 10110000 | 10011101 | 10001111 | 0 | 1011 | 10011 | 11111 | 11001 | 10001 | 111111 |
Color Harmonies of #B09D8F
Complementary color
Monochromatic Colors of #B09D8F
Black with #B09D8F
Text Example
Text Example
White with #B09D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09D8F; }
p { color: rgb(176,157,143); }
H1.HeaderClassName
{
color: #B09D8F;
}
.AnyTagClassName
{
color: #B09D8F;
}
</style>
background-color css
<style>
a { background-color: #B09D8F; }
a { background-color: rgb(176,157,143); }
div.DivClassName
{
background-color: #B09D8F;
}
.BgClassName
{
background-color: #B09D8F;
}
</style>
border-color css
<style>
span { border-color: #B09D8F; }
span { border-color: rgb(176,157,143); }
td.TdClassName
{
border-color: #B09D8F;
}
.TagClassName
{
border-color: #B09D8F;
}
</style>