Shades of Del Rio #B6958B
Tints of Del Rio #B6958B
RGB
CMYK
RGB Variations
Color information
#B6958B (or 0xB6958B) is known color: Del Rio. HEX triplet: B6, 95 and 8B. RGB value is (182,149,139). Sum of RGB (Red+Green+Blue) = 182+149+139=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B6958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6958B is #496A74. Grayscale: #9D9D9D. Windows color (decimal): -4811381 or 9147830. OLE color: 9147830.
HSL color Cylindrical-coordinate representation of color #B6958B: hue angle of 13.95º 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 #B6958B is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 149 | 139 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.29 |
| HSL | 13.95º | 0.23% | 0.63% | - |
| HSV(B) | 13.95º | 0.24% | 0.71% | - |
| XYZ | 34.7 | 33.3 | 29.03 | - |
| YUV | 157.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 149 | 139 | 0 | 0.18 | 0.24 | 0.29 | 13.95 | 0.23 | 0.63 |
| Hex | B6 | 95 | 8B | 0 | 12 | 18 | 1D | E | 17 | 3F |
| Octal | 266 | 225 | 213 | 0 | 22 | 30 | 35 | 16 | 27 | 77 |
| Binary | 10110110 | 10010101 | 10001011 | 0 | 10010 | 11000 | 11101 | 1110 | 10111 | 111111 |
Color Harmonies of #B6958B
Complementary color
Monochromatic Colors of #B6958B
Black with #B6958B
Text Example
Text Example
White with #B6958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6958B; }
p { color: rgb(182,149,139); }
H1.HeaderClassName
{
color: #B6958B;
}
.AnyTagClassName
{
color: #B6958B;
}
</style>
background-color css
<style>
a { background-color: #B6958B; }
a { background-color: rgb(182,149,139); }
div.DivClassName
{
background-color: #B6958B;
}
.BgClassName
{
background-color: #B6958B;
}
</style>
border-color css
<style>
span { border-color: #B6958B; }
span { border-color: rgb(182,149,139); }
td.TdClassName
{
border-color: #B6958B;
}
.TagClassName
{
border-color: #B6958B;
}
</style>