Shades of Del Rio #B2988E
Tints of Del Rio #B2988E
RGB
CMYK
RGB Variations
Color information
#B2988E (or 0xB2988E) is known color: Del Rio. HEX triplet: B2, 98 and 8E. RGB value is (178,152,142). Sum of RGB (Red+Green+Blue) = 178+152+142=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B2988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2988E is #4D6771. Grayscale: #9E9E9E. Windows color (decimal): -5072754 or 9345202. OLE color: 9345202.
HSL color Cylindrical-coordinate representation of color #B2988E: hue angle of 16.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2988E is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 152 | 142 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.30 |
| HSL | 16.67º | 0.19% | 0.63% | - |
| HSV(B) | 16.67º | 0.2% | 0.7% | - |
| XYZ | 34.47 | 33.87 | 30.31 | - |
| YUV | 158.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 142 | 0 | 0.15 | 0.20 | 0.30 | 16.67 | 0.19 | 0.63 |
| Hex | B2 | 98 | 8E | 0 | F | 14 | 1E | 11 | 13 | 3F |
| Octal | 262 | 230 | 216 | 0 | 17 | 24 | 36 | 21 | 23 | 77 |
| Binary | 10110010 | 10011000 | 10001110 | 0 | 1111 | 10100 | 11110 | 10001 | 10011 | 111111 |
Color Harmonies of #B2988E
Complementary color
Monochromatic Colors of #B2988E
Black with #B2988E
Text Example
Text Example
White with #B2988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2988E; }
p { color: rgb(178,152,142); }
H1.HeaderClassName
{
color: #B2988E;
}
.AnyTagClassName
{
color: #B2988E;
}
</style>
background-color css
<style>
a { background-color: #B2988E; }
a { background-color: rgb(178,152,142); }
div.DivClassName
{
background-color: #B2988E;
}
.BgClassName
{
background-color: #B2988E;
}
</style>
border-color css
<style>
span { border-color: #B2988E; }
span { border-color: rgb(178,152,142); }
td.TdClassName
{
border-color: #B2988E;
}
.TagClassName
{
border-color: #B2988E;
}
</style>