Shades of Del Rio #B6A08F
Tints of Del Rio #B6A08F
RGB
CMYK
RGB Variations
Color information
#B6A08F (or 0xB6A08F) is known color: Del Rio. HEX triplet: B6, A0 and 8F. RGB value is (182,160,143). Sum of RGB (Red+Green+Blue) = 182+160+143=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A08F is #495F70. Grayscale: #A4A4A4. Windows color (decimal): -4808561 or 9412790. OLE color: 9412790.
HSL color Cylindrical-coordinate representation of color #B6A08F: hue angle of 26.15º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6A08F is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 160 | 143 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.29 |
| HSL | 26.15º | 0.21% | 0.64% | - |
| HSV(B) | 26.15º | 0.21% | 0.71% | - |
| XYZ | 36.82 | 37.07 | 31.2 | - |
| YUV | 164.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 160 | 143 | 0 | 0.12 | 0.21 | 0.29 | 26.15 | 0.21 | 0.64 |
| Hex | B6 | A0 | 8F | 0 | C | 15 | 1D | 1A | 15 | 40 |
| Octal | 266 | 240 | 217 | 0 | 14 | 25 | 35 | 32 | 25 | 100 |
| Binary | 10110110 | 10100000 | 10001111 | 0 | 1100 | 10101 | 11101 | 11010 | 10101 | 1000000 |
Color Harmonies of #B6A08F
Complementary color
Monochromatic Colors of #B6A08F
Black with #B6A08F
Text Example
Text Example
White with #B6A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A08F; }
p { color: rgb(182,160,143); }
H1.HeaderClassName
{
color: #B6A08F;
}
.AnyTagClassName
{
color: #B6A08F;
}
</style>
background-color css
<style>
a { background-color: #B6A08F; }
a { background-color: rgb(182,160,143); }
div.DivClassName
{
background-color: #B6A08F;
}
.BgClassName
{
background-color: #B6A08F;
}
</style>
border-color css
<style>
span { border-color: #B6A08F; }
span { border-color: rgb(182,160,143); }
td.TdClassName
{
border-color: #B6A08F;
}
.TagClassName
{
border-color: #B6A08F;
}
</style>