Shades of Del Rio #B0958A
Tints of Del Rio #B0958A
RGB
CMYK
RGB Variations
Color information
#B0958A (or 0xB0958A) is known color: Del Rio. HEX triplet: B0, 95 and 8A. RGB value is (176,149,138). Sum of RGB (Red+Green+Blue) = 176+149+138=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B0958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0958A is #4F6A75. Grayscale: #9B9B9B. Windows color (decimal): -5204598 or 9082288. OLE color: 9082288.
HSL color Cylindrical-coordinate representation of color #B0958A: hue angle of 17.37º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0958A is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 149 | 138 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.31 |
| HSL | 17.37º | 0.19% | 0.62% | - |
| HSV(B) | 17.37º | 0.22% | 0.69% | - |
| XYZ | 33.24 | 32.56 | 28.58 | - |
| YUV | 155.82 | 117.95 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 138 | 0 | 0.15 | 0.22 | 0.31 | 17.37 | 0.19 | 0.62 |
| Hex | B0 | 95 | 8A | 0 | F | 16 | 1F | 11 | 13 | 3E |
| Octal | 260 | 225 | 212 | 0 | 17 | 26 | 37 | 21 | 23 | 76 |
| Binary | 10110000 | 10010101 | 10001010 | 0 | 1111 | 10110 | 11111 | 10001 | 10011 | 111110 |
Color Harmonies of #B0958A
Complementary color
Monochromatic Colors of #B0958A
Black with #B0958A
Text Example
Text Example
White with #B0958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0958A; }
p { color: rgb(176,149,138); }
H1.HeaderClassName
{
color: #B0958A;
}
.AnyTagClassName
{
color: #B0958A;
}
</style>
background-color css
<style>
a { background-color: #B0958A; }
a { background-color: rgb(176,149,138); }
div.DivClassName
{
background-color: #B0958A;
}
.BgClassName
{
background-color: #B0958A;
}
</style>
border-color css
<style>
span { border-color: #B0958A; }
span { border-color: rgb(176,149,138); }
td.TdClassName
{
border-color: #B0958A;
}
.TagClassName
{
border-color: #B0958A;
}
</style>