Shades of Del Rio #B08F83
Tints of Del Rio #B08F83
RGB
CMYK
RGB Variations
Color information
#B08F83 (or 0xB08F83) is known color: Del Rio. HEX triplet: B0, 8F and 83. RGB value is (176,143,131). Sum of RGB (Red+Green+Blue) = 176+143+131=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08F83 is #4F707C. Grayscale: #979797. Windows color (decimal): -5206141 or 8622000. OLE color: 8622000.
HSL color Cylindrical-coordinate representation of color #B08F83: hue angle of 16º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B08F83 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 143 | 131 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.31 |
| HSL | 16º | 0.22% | 0.6% | - |
| HSV(B) | 16º | 0.26% | 0.69% | - |
| XYZ | 31.82 | 30.51 | 25.69 | - |
| YUV | 151.5 | 116.43 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 131 | 0 | 0.19 | 0.26 | 0.31 | 16 | 0.22 | 0.6 |
| Hex | B0 | 8F | 83 | 0 | 13 | 1A | 1F | 10 | 16 | 3C |
| Octal | 260 | 217 | 203 | 0 | 23 | 32 | 37 | 20 | 26 | 74 |
| Binary | 10110000 | 10001111 | 10000011 | 0 | 10011 | 11010 | 11111 | 10000 | 10110 | 111100 |
Color Harmonies of #B08F83
Complementary color
Monochromatic Colors of #B08F83
Black with #B08F83
Text Example
Text Example
White with #B08F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08F83; }
p { color: rgb(176,143,131); }
H1.HeaderClassName
{
color: #B08F83;
}
.AnyTagClassName
{
color: #B08F83;
}
</style>
background-color css
<style>
a { background-color: #B08F83; }
a { background-color: rgb(176,143,131); }
div.DivClassName
{
background-color: #B08F83;
}
.BgClassName
{
background-color: #B08F83;
}
</style>
border-color css
<style>
span { border-color: #B08F83; }
span { border-color: rgb(176,143,131); }
td.TdClassName
{
border-color: #B08F83;
}
.TagClassName
{
border-color: #B08F83;
}
</style>