Shades of Del Rio #B5A298
Tints of Del Rio #B5A298
RGB
CMYK
RGB Variations
Color information
#B5A298 (or 0xB5A298) is known color: Del Rio. HEX triplet: B5, A2 and 98. RGB value is (181,162,152). Sum of RGB (Red+Green+Blue) = 181+162+152=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A298 is #4A5D67. Grayscale: #A6A6A6. Windows color (decimal): -4873576 or 10003125. OLE color: 10003125.
HSL color Cylindrical-coordinate representation of color #B5A298: hue angle of 20.69º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5A298 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 162 | 152 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.29 |
| HSL | 20.69º | 0.16% | 0.65% | - |
| HSV(B) | 20.69º | 0.16% | 0.71% | - |
| XYZ | 37.64 | 37.93 | 35.04 | - |
| YUV | 166.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 162 | 152 | 0 | 0.10 | 0.16 | 0.29 | 20.69 | 0.16 | 0.65 |
| Hex | B5 | A2 | 98 | 0 | A | 10 | 1D | 15 | 10 | 41 |
| Octal | 265 | 242 | 230 | 0 | 12 | 20 | 35 | 25 | 20 | 101 |
| Binary | 10110101 | 10100010 | 10011000 | 0 | 1010 | 10000 | 11101 | 10101 | 10000 | 1000001 |
Color Harmonies of #B5A298
Complementary color
Monochromatic Colors of #B5A298
Black with #B5A298
Text Example
Text Example
White with #B5A298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A298; }
p { color: rgb(181,162,152); }
H1.HeaderClassName
{
color: #B5A298;
}
.AnyTagClassName
{
color: #B5A298;
}
</style>
background-color css
<style>
a { background-color: #B5A298; }
a { background-color: rgb(181,162,152); }
div.DivClassName
{
background-color: #B5A298;
}
.BgClassName
{
background-color: #B5A298;
}
</style>
border-color css
<style>
span { border-color: #B5A298; }
span { border-color: rgb(181,162,152); }
td.TdClassName
{
border-color: #B5A298;
}
.TagClassName
{
border-color: #B5A298;
}
</style>