Shades of Del Rio #B6968A
Tints of Del Rio #B6968A
RGB
CMYK
RGB Variations
Color information
#B6968A (or 0xB6968A) is known color: Del Rio. HEX triplet: B6, 96 and 8A. RGB value is (182,150,138). Sum of RGB (Red+Green+Blue) = 182+150+138=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B6968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6968A is #496975. Grayscale: #9E9E9E. Windows color (decimal): -4811126 or 9082550. OLE color: 9082550.
HSL color Cylindrical-coordinate representation of color #B6968A: hue angle of 16.36º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6968A is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 150 | 138 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.29 |
| HSL | 16.36º | 0.23% | 0.63% | - |
| HSV(B) | 16.36º | 0.24% | 0.71% | - |
| XYZ | 34.79 | 33.59 | 28.7 | - |
| YUV | 158.2 | 116.6 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 150 | 138 | 0 | 0.18 | 0.24 | 0.29 | 16.36 | 0.23 | 0.63 |
| Hex | B6 | 96 | 8A | 0 | 12 | 18 | 1D | 10 | 17 | 3F |
| Octal | 266 | 226 | 212 | 0 | 22 | 30 | 35 | 20 | 27 | 77 |
| Binary | 10110110 | 10010110 | 10001010 | 0 | 10010 | 11000 | 11101 | 10000 | 10111 | 111111 |
Color Harmonies of #B6968A
Complementary color
Monochromatic Colors of #B6968A
Black with #B6968A
Text Example
Text Example
White with #B6968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6968A; }
p { color: rgb(182,150,138); }
H1.HeaderClassName
{
color: #B6968A;
}
.AnyTagClassName
{
color: #B6968A;
}
</style>
background-color css
<style>
a { background-color: #B6968A; }
a { background-color: rgb(182,150,138); }
div.DivClassName
{
background-color: #B6968A;
}
.BgClassName
{
background-color: #B6968A;
}
</style>
border-color css
<style>
span { border-color: #B6968A; }
span { border-color: rgb(182,150,138); }
td.TdClassName
{
border-color: #B6968A;
}
.TagClassName
{
border-color: #B6968A;
}
</style>