Shades of Del Rio #B7A095
Tints of Del Rio #B7A095
RGB
CMYK
RGB Variations
Color information
#B7A095 (or 0xB7A095) is known color: Del Rio. HEX triplet: B7, A0 and 95. RGB value is (183,160,149). Sum of RGB (Red+Green+Blue) = 183+160+149=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A095 is #485F6A. Grayscale: #A5A5A5. Windows color (decimal): -4743019 or 9806007. OLE color: 9806007.
HSL color Cylindrical-coordinate representation of color #B7A095: hue angle of 19.41º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7A095 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 149 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.28 |
| HSL | 19.41º | 0.19% | 0.65% | - |
| HSV(B) | 19.41º | 0.19% | 0.72% | - |
| XYZ | 37.52 | 37.38 | 33.67 | - |
| YUV | 165.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 149 | 0 | 0.13 | 0.19 | 0.28 | 19.41 | 0.19 | 0.65 |
| Hex | B7 | A0 | 95 | 0 | D | 13 | 1C | 13 | 13 | 41 |
| Octal | 267 | 240 | 225 | 0 | 15 | 23 | 34 | 23 | 23 | 101 |
| Binary | 10110111 | 10100000 | 10010101 | 0 | 1101 | 10011 | 11100 | 10011 | 10011 | 1000001 |
Color Harmonies of #B7A095
Complementary color
Monochromatic Colors of #B7A095
Black with #B7A095
Text Example
Text Example
White with #B7A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A095; }
p { color: rgb(183,160,149); }
H1.HeaderClassName
{
color: #B7A095;
}
.AnyTagClassName
{
color: #B7A095;
}
</style>
background-color css
<style>
a { background-color: #B7A095; }
a { background-color: rgb(183,160,149); }
div.DivClassName
{
background-color: #B7A095;
}
.BgClassName
{
background-color: #B7A095;
}
</style>
border-color css
<style>
span { border-color: #B7A095; }
span { border-color: rgb(183,160,149); }
td.TdClassName
{
border-color: #B7A095;
}
.TagClassName
{
border-color: #B7A095;
}
</style>