Shades of Del Rio #B4A08F
Tints of Del Rio #B4A08F
RGB
CMYK
RGB Variations
Color information
#B4A08F (or 0xB4A08F) is known color: Del Rio. HEX triplet: B4, A0 and 8F. RGB value is (180,160,143). Sum of RGB (Red+Green+Blue) = 180+160+143=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A08F is #4B5F70. Grayscale: #A4A4A4. Windows color (decimal): -4939633 or 9412788. OLE color: 9412788.
HSL color Cylindrical-coordinate representation of color #B4A08F: hue angle of 27.57º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4A08F is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 160 | 143 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.29 |
| HSL | 27.57º | 0.2% | 0.63% | - |
| HSV(B) | 27.57º | 0.21% | 0.71% | - |
| XYZ | 36.35 | 36.83 | 31.18 | - |
| YUV | 164.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 160 | 143 | 0 | 0.11 | 0.21 | 0.29 | 27.57 | 0.2 | 0.63 |
| Hex | B4 | A0 | 8F | 0 | B | 15 | 1D | 1C | 14 | 3F |
| Octal | 264 | 240 | 217 | 0 | 13 | 25 | 35 | 34 | 24 | 77 |
| Binary | 10110100 | 10100000 | 10001111 | 0 | 1011 | 10101 | 11101 | 11100 | 10100 | 111111 |
Color Harmonies of #B4A08F
Complementary color
Monochromatic Colors of #B4A08F
Black with #B4A08F
Text Example
Text Example
White with #B4A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A08F; }
p { color: rgb(180,160,143); }
H1.HeaderClassName
{
color: #B4A08F;
}
.AnyTagClassName
{
color: #B4A08F;
}
</style>
background-color css
<style>
a { background-color: #B4A08F; }
a { background-color: rgb(180,160,143); }
div.DivClassName
{
background-color: #B4A08F;
}
.BgClassName
{
background-color: #B4A08F;
}
</style>
border-color css
<style>
span { border-color: #B4A08F; }
span { border-color: rgb(180,160,143); }
td.TdClassName
{
border-color: #B4A08F;
}
.TagClassName
{
border-color: #B4A08F;
}
</style>