Shades of Del Rio #B3A098
Tints of Del Rio #B3A098
RGB
CMYK
RGB Variations
Color information
#B3A098 (or 0xB3A098) is known color: Del Rio. HEX triplet: B3, A0 and 98. RGB value is (179,160,152). Sum of RGB (Red+Green+Blue) = 179+160+152=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A098 is #4C5F67. Grayscale: #A4A4A4. Windows color (decimal): -5005160 or 10002611. OLE color: 10002611.
HSL color Cylindrical-coordinate representation of color #B3A098: hue angle of 17.78º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3A098 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 152 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.30 |
| HSL | 17.78º | 0.15% | 0.65% | - |
| HSV(B) | 17.78º | 0.15% | 0.7% | - |
| XYZ | 36.83 | 36.99 | 34.9 | - |
| YUV | 164.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 152 | 0 | 0.11 | 0.15 | 0.30 | 17.78 | 0.15 | 0.65 |
| Hex | B3 | A0 | 98 | 0 | B | F | 1E | 12 | F | 41 |
| Octal | 263 | 240 | 230 | 0 | 13 | 17 | 36 | 22 | 17 | 101 |
| Binary | 10110011 | 10100000 | 10011000 | 0 | 1011 | 1111 | 11110 | 10010 | 1111 | 1000001 |
Color Harmonies of #B3A098
Complementary color
Monochromatic Colors of #B3A098
Black with #B3A098
Text Example
Text Example
White with #B3A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A098; }
p { color: rgb(179,160,152); }
H1.HeaderClassName
{
color: #B3A098;
}
.AnyTagClassName
{
color: #B3A098;
}
</style>
background-color css
<style>
a { background-color: #B3A098; }
a { background-color: rgb(179,160,152); }
div.DivClassName
{
background-color: #B3A098;
}
.BgClassName
{
background-color: #B3A098;
}
</style>
border-color css
<style>
span { border-color: #B3A098; }
span { border-color: rgb(179,160,152); }
td.TdClassName
{
border-color: #B3A098;
}
.TagClassName
{
border-color: #B3A098;
}
</style>