Shades of Del Rio #B1958C
Tints of Del Rio #B1958C
RGB
CMYK
RGB Variations
Color information
#B1958C (or 0xB1958C) is known color: Del Rio. HEX triplet: B1, 95 and 8C. RGB value is (177,149,140). Sum of RGB (Red+Green+Blue) = 177+149+140=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B1958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1958C is #4E6A73. Grayscale: #9C9C9C. Windows color (decimal): -5139060 or 9213361. OLE color: 9213361.
HSL color Cylindrical-coordinate representation of color #B1958C: hue angle of 14.59º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1958C is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 140 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.31 |
| HSL | 14.59º | 0.19% | 0.62% | - |
| HSV(B) | 14.59º | 0.21% | 0.69% | - |
| XYZ | 33.61 | 32.74 | 29.36 | - |
| YUV | 156.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 140 | 0 | 0.16 | 0.21 | 0.31 | 14.59 | 0.19 | 0.62 |
| Hex | B1 | 95 | 8C | 0 | 10 | 15 | 1F | F | 13 | 3E |
| Octal | 261 | 225 | 214 | 0 | 20 | 25 | 37 | 17 | 23 | 76 |
| Binary | 10110001 | 10010101 | 10001100 | 0 | 10000 | 10101 | 11111 | 1111 | 10011 | 111110 |
Color Harmonies of #B1958C
Complementary color
Monochromatic Colors of #B1958C
Black with #B1958C
Text Example
Text Example
White with #B1958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1958C; }
p { color: rgb(177,149,140); }
H1.HeaderClassName
{
color: #B1958C;
}
.AnyTagClassName
{
color: #B1958C;
}
</style>
background-color css
<style>
a { background-color: #B1958C; }
a { background-color: rgb(177,149,140); }
div.DivClassName
{
background-color: #B1958C;
}
.BgClassName
{
background-color: #B1958C;
}
</style>
border-color css
<style>
span { border-color: #B1958C; }
span { border-color: rgb(177,149,140); }
td.TdClassName
{
border-color: #B1958C;
}
.TagClassName
{
border-color: #B1958C;
}
</style>