Shades of Del Rio #B4A298
Tints of Del Rio #B4A298
RGB
CMYK
RGB Variations
Color information
#B4A298 (or 0xB4A298) is known color: Del Rio. HEX triplet: B4, A2 and 98. RGB value is (180,162,152). Sum of RGB (Red+Green+Blue) = 180+162+152=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A298 is #4B5D67. Grayscale: #A6A6A6. Windows color (decimal): -4939112 or 10003124. OLE color: 10003124.
HSL color Cylindrical-coordinate representation of color #B4A298: hue angle of 21.43º 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 #B4A298 is Cyan = 0, Magento = 0.1, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 162 | 152 | - |
| CMYK | 0 | 0.1 | 0.16 | 0.29 |
| HSL | 21.43º | 0.16% | 0.65% | - |
| HSV(B) | 21.43º | 0.16% | 0.71% | - |
| XYZ | 37.41 | 37.81 | 35.03 | - |
| YUV | 166.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 152 | 0 | 0.1 | 0.16 | 0.29 | 21.43 | 0.16 | 0.65 |
| Hex | B4 | A2 | 98 | 0 | A | 10 | 1D | 15 | 10 | 41 |
| Octal | 264 | 242 | 230 | 0 | 12 | 20 | 35 | 25 | 20 | 101 |
| Binary | 10110100 | 10100010 | 10011000 | 0 | 1010 | 10000 | 11101 | 10101 | 10000 | 1000001 |
Color Harmonies of #B4A298
Complementary color
Monochromatic Colors of #B4A298
Black with #B4A298
Text Example
Text Example
White with #B4A298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A298; }
p { color: rgb(180,162,152); }
H1.HeaderClassName
{
color: #B4A298;
}
.AnyTagClassName
{
color: #B4A298;
}
</style>
background-color css
<style>
a { background-color: #B4A298; }
a { background-color: rgb(180,162,152); }
div.DivClassName
{
background-color: #B4A298;
}
.BgClassName
{
background-color: #B4A298;
}
</style>
border-color css
<style>
span { border-color: #B4A298; }
span { border-color: rgb(180,162,152); }
td.TdClassName
{
border-color: #B4A298;
}
.TagClassName
{
border-color: #B4A298;
}
</style>