Shades of Del Rio #B2988B
Tints of Del Rio #B2988B
RGB
CMYK
RGB Variations
Color information
#B2988B (or 0xB2988B) is known color: Del Rio. HEX triplet: B2, 98 and 8B. RGB value is (178,152,139). Sum of RGB (Red+Green+Blue) = 178+152+139=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B2988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2988B is #4D6774. Grayscale: #9E9E9E. Windows color (decimal): -5072757 or 9148594. OLE color: 9148594.
HSL color Cylindrical-coordinate representation of color #B2988B: hue angle of 20º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2988B is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 152 | 139 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.30 |
| HSL | 20º | 0.2% | 0.62% | - |
| HSV(B) | 20º | 0.22% | 0.7% | - |
| XYZ | 34.25 | 33.79 | 29.14 | - |
| YUV | 158.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 139 | 0 | 0.15 | 0.22 | 0.30 | 20 | 0.2 | 0.62 |
| Hex | B2 | 98 | 8B | 0 | F | 16 | 1E | 14 | 14 | 3E |
| Octal | 262 | 230 | 213 | 0 | 17 | 26 | 36 | 24 | 24 | 76 |
| Binary | 10110010 | 10011000 | 10001011 | 0 | 1111 | 10110 | 11110 | 10100 | 10100 | 111110 |
Color Harmonies of #B2988B
Complementary color
Monochromatic Colors of #B2988B
Black with #B2988B
Text Example
Text Example
White with #B2988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2988B; }
p { color: rgb(178,152,139); }
H1.HeaderClassName
{
color: #B2988B;
}
.AnyTagClassName
{
color: #B2988B;
}
</style>
background-color css
<style>
a { background-color: #B2988B; }
a { background-color: rgb(178,152,139); }
div.DivClassName
{
background-color: #B2988B;
}
.BgClassName
{
background-color: #B2988B;
}
</style>
border-color css
<style>
span { border-color: #B2988B; }
span { border-color: rgb(178,152,139); }
td.TdClassName
{
border-color: #B2988B;
}
.TagClassName
{
border-color: #B2988B;
}
</style>