Shades of Del Rio #B2978E
Tints of Del Rio #B2978E
RGB
CMYK
RGB Variations
Color information
#B2978E (or 0xB2978E) is known color: Del Rio. HEX triplet: B2, 97 and 8E. RGB value is (178,151,142). Sum of RGB (Red+Green+Blue) = 178+151+142=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B2978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2978E is #4D6871. Grayscale: #9E9E9E. Windows color (decimal): -5073010 or 9344946. OLE color: 9344946.
HSL color Cylindrical-coordinate representation of color #B2978E: hue angle of 15º 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 #B2978E is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 151 | 142 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.30 |
| HSL | 15º | 0.19% | 0.63% | - |
| HSV(B) | 15º | 0.2% | 0.7% | - |
| XYZ | 34.31 | 33.55 | 30.26 | - |
| YUV | 158.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 142 | 0 | 0.15 | 0.20 | 0.30 | 15 | 0.19 | 0.63 |
| Hex | B2 | 97 | 8E | 0 | F | 14 | 1E | F | 13 | 3F |
| Octal | 262 | 227 | 216 | 0 | 17 | 24 | 36 | 17 | 23 | 77 |
| Binary | 10110010 | 10010111 | 10001110 | 0 | 1111 | 10100 | 11110 | 1111 | 10011 | 111111 |
Color Harmonies of #B2978E
Complementary color
Monochromatic Colors of #B2978E
Black with #B2978E
Text Example
Text Example
White with #B2978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2978E; }
p { color: rgb(178,151,142); }
H1.HeaderClassName
{
color: #B2978E;
}
.AnyTagClassName
{
color: #B2978E;
}
</style>
background-color css
<style>
a { background-color: #B2978E; }
a { background-color: rgb(178,151,142); }
div.DivClassName
{
background-color: #B2978E;
}
.BgClassName
{
background-color: #B2978E;
}
</style>
border-color css
<style>
span { border-color: #B2978E; }
span { border-color: rgb(178,151,142); }
td.TdClassName
{
border-color: #B2978E;
}
.TagClassName
{
border-color: #B2978E;
}
</style>