Shades of Del Rio #B2968E
Tints of Del Rio #B2968E
RGB
CMYK
RGB Variations
Color information
#B2968E (or 0xB2968E) is known color: Del Rio. HEX triplet: B2, 96 and 8E. RGB value is (178,150,142). Sum of RGB (Red+Green+Blue) = 178+150+142=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B2968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2968E is #4D6971. Grayscale: #9D9D9D. Windows color (decimal): -5073266 or 9344690. OLE color: 9344690.
HSL color Cylindrical-coordinate representation of color #B2968E: hue angle of 13.33º 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 #B2968E is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 150 | 142 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.30 |
| HSL | 13.33º | 0.19% | 0.63% | - |
| HSV(B) | 13.33º | 0.2% | 0.7% | - |
| XYZ | 34.15 | 33.23 | 30.21 | - |
| YUV | 157.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 150 | 142 | 0 | 0.16 | 0.20 | 0.30 | 13.33 | 0.19 | 0.63 |
| Hex | B2 | 96 | 8E | 0 | 10 | 14 | 1E | D | 13 | 3F |
| Octal | 262 | 226 | 216 | 0 | 20 | 24 | 36 | 15 | 23 | 77 |
| Binary | 10110010 | 10010110 | 10001110 | 0 | 10000 | 10100 | 11110 | 1101 | 10011 | 111111 |
Color Harmonies of #B2968E
Complementary color
Monochromatic Colors of #B2968E
Black with #B2968E
Text Example
Text Example
White with #B2968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2968E; }
p { color: rgb(178,150,142); }
H1.HeaderClassName
{
color: #B2968E;
}
.AnyTagClassName
{
color: #B2968E;
}
</style>
background-color css
<style>
a { background-color: #B2968E; }
a { background-color: rgb(178,150,142); }
div.DivClassName
{
background-color: #B2968E;
}
.BgClassName
{
background-color: #B2968E;
}
</style>
border-color css
<style>
span { border-color: #B2968E; }
span { border-color: rgb(178,150,142); }
td.TdClassName
{
border-color: #B2968E;
}
.TagClassName
{
border-color: #B2968E;
}
</style>