Shades of Del Rio #B0948A
Tints of Del Rio #B0948A
RGB
CMYK
RGB Variations
Color information
#B0948A (or 0xB0948A) is known color: Del Rio. HEX triplet: B0, 94 and 8A. RGB value is (176,148,138). Sum of RGB (Red+Green+Blue) = 176+148+138=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B0948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0948A is #4F6B75. Grayscale: #9B9B9B. Windows color (decimal): -5204854 or 9082032. OLE color: 9082032.
HSL color Cylindrical-coordinate representation of color #B0948A: hue angle of 15.79º 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 #B0948A is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 148 | 138 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.31 |
| HSL | 15.79º | 0.19% | 0.62% | - |
| HSV(B) | 15.79º | 0.22% | 0.69% | - |
| XYZ | 33.08 | 32.24 | 28.53 | - |
| YUV | 155.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 148 | 138 | 0 | 0.16 | 0.22 | 0.31 | 15.79 | 0.19 | 0.62 |
| Hex | B0 | 94 | 8A | 0 | 10 | 16 | 1F | 10 | 13 | 3E |
| Octal | 260 | 224 | 212 | 0 | 20 | 26 | 37 | 20 | 23 | 76 |
| Binary | 10110000 | 10010100 | 10001010 | 0 | 10000 | 10110 | 11111 | 10000 | 10011 | 111110 |
Color Harmonies of #B0948A
Complementary color
Monochromatic Colors of #B0948A
Black with #B0948A
Text Example
Text Example
White with #B0948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0948A; }
p { color: rgb(176,148,138); }
H1.HeaderClassName
{
color: #B0948A;
}
.AnyTagClassName
{
color: #B0948A;
}
</style>
background-color css
<style>
a { background-color: #B0948A; }
a { background-color: rgb(176,148,138); }
div.DivClassName
{
background-color: #B0948A;
}
.BgClassName
{
background-color: #B0948A;
}
</style>
border-color css
<style>
span { border-color: #B0948A; }
span { border-color: rgb(176,148,138); }
td.TdClassName
{
border-color: #B0948A;
}
.TagClassName
{
border-color: #B0948A;
}
</style>