Shades of Del Rio #B4A295
Tints of Del Rio #B4A295
RGB
CMYK
RGB Variations
Color information
#B4A295 (or 0xB4A295) is known color: Del Rio. HEX triplet: B4, A2 and 95. RGB value is (180,162,149). Sum of RGB (Red+Green+Blue) = 180+162+149=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A295 is #4B5D6A. Grayscale: #A5A5A5. Windows color (decimal): -4939115 or 9806516. OLE color: 9806516.
HSL color Cylindrical-coordinate representation of color #B4A295: hue angle of 25.16º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4A295 is Cyan = 0, Magento = 0.1, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 162 | 149 | - |
| CMYK | 0 | 0.1 | 0.17 | 0.29 |
| HSL | 25.16º | 0.17% | 0.65% | - |
| HSV(B) | 25.16º | 0.17% | 0.71% | - |
| XYZ | 37.17 | 37.71 | 33.75 | - |
| YUV | 165.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 149 | 0 | 0.1 | 0.17 | 0.29 | 25.16 | 0.17 | 0.65 |
| Hex | B4 | A2 | 95 | 0 | A | 11 | 1D | 19 | 11 | 41 |
| Octal | 264 | 242 | 225 | 0 | 12 | 21 | 35 | 31 | 21 | 101 |
| Binary | 10110100 | 10100010 | 10010101 | 0 | 1010 | 10001 | 11101 | 11001 | 10001 | 1000001 |
Color Harmonies of #B4A295
Complementary color
Monochromatic Colors of #B4A295
Black with #B4A295
Text Example
Text Example
White with #B4A295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A295; }
p { color: rgb(180,162,149); }
H1.HeaderClassName
{
color: #B4A295;
}
.AnyTagClassName
{
color: #B4A295;
}
</style>
background-color css
<style>
a { background-color: #B4A295; }
a { background-color: rgb(180,162,149); }
div.DivClassName
{
background-color: #B4A295;
}
.BgClassName
{
background-color: #B4A295;
}
</style>
border-color css
<style>
span { border-color: #B4A295; }
span { border-color: rgb(180,162,149); }
td.TdClassName
{
border-color: #B4A295;
}
.TagClassName
{
border-color: #B4A295;
}
</style>