Shades of Del Rio #B09084
Tints of Del Rio #B09084
RGB
CMYK
RGB Variations
Color information
#B09084 (or 0xB09084) is known color: Del Rio. HEX triplet: B0, 90 and 84. RGB value is (176,144,132). Sum of RGB (Red+Green+Blue) = 176+144+132=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B09084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09084 is #4F6F7B. Grayscale: #989898. Windows color (decimal): -5205884 or 8687792. OLE color: 8687792.
HSL color Cylindrical-coordinate representation of color #B09084: hue angle of 16.36º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B09084 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 132 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.31 |
| HSL | 16.36º | 0.22% | 0.6% | - |
| HSV(B) | 16.36º | 0.25% | 0.69% | - |
| XYZ | 32.04 | 30.84 | 26.09 | - |
| YUV | 152.2 | 116.6 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 132 | 0 | 0.18 | 0.25 | 0.31 | 16.36 | 0.22 | 0.6 |
| Hex | B0 | 90 | 84 | 0 | 12 | 19 | 1F | 10 | 16 | 3C |
| Octal | 260 | 220 | 204 | 0 | 22 | 31 | 37 | 20 | 26 | 74 |
| Binary | 10110000 | 10010000 | 10000100 | 0 | 10010 | 11001 | 11111 | 10000 | 10110 | 111100 |
Color Harmonies of #B09084
Complementary color
Monochromatic Colors of #B09084
Black with #B09084
Text Example
Text Example
White with #B09084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09084; }
p { color: rgb(176,144,132); }
H1.HeaderClassName
{
color: #B09084;
}
.AnyTagClassName
{
color: #B09084;
}
</style>
background-color css
<style>
a { background-color: #B09084; }
a { background-color: rgb(176,144,132); }
div.DivClassName
{
background-color: #B09084;
}
.BgClassName
{
background-color: #B09084;
}
</style>
border-color css
<style>
span { border-color: #B09084; }
span { border-color: rgb(176,144,132); }
td.TdClassName
{
border-color: #B09084;
}
.TagClassName
{
border-color: #B09084;
}
</style>