Shades of Del Rio #B1998C
Tints of Del Rio #B1998C
RGB
CMYK
RGB Variations
Color information
#B1998C (or 0xB1998C) is known color: Del Rio. HEX triplet: B1, 99 and 8C. RGB value is (177,153,140). Sum of RGB (Red+Green+Blue) = 177+153+140=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B1998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1998C is #4E6673. Grayscale: #9E9E9E. Windows color (decimal): -5138036 or 9214385. OLE color: 9214385.
HSL color Cylindrical-coordinate representation of color #B1998C: hue angle of 21.08º 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 #B1998C is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 140 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.31 |
| HSL | 21.08º | 0.19% | 0.62% | - |
| HSV(B) | 21.08º | 0.21% | 0.69% | - |
| XYZ | 34.26 | 34.02 | 29.57 | - |
| YUV | 158.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 140 | 0 | 0.14 | 0.21 | 0.31 | 21.08 | 0.19 | 0.62 |
| Hex | B1 | 99 | 8C | 0 | E | 15 | 1F | 15 | 13 | 3E |
| Octal | 261 | 231 | 214 | 0 | 16 | 25 | 37 | 25 | 23 | 76 |
| Binary | 10110001 | 10011001 | 10001100 | 0 | 1110 | 10101 | 11111 | 10101 | 10011 | 111110 |
Color Harmonies of #B1998C
Complementary color
Monochromatic Colors of #B1998C
Black with #B1998C
Text Example
Text Example
White with #B1998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1998C; }
p { color: rgb(177,153,140); }
H1.HeaderClassName
{
color: #B1998C;
}
.AnyTagClassName
{
color: #B1998C;
}
</style>
background-color css
<style>
a { background-color: #B1998C; }
a { background-color: rgb(177,153,140); }
div.DivClassName
{
background-color: #B1998C;
}
.BgClassName
{
background-color: #B1998C;
}
</style>
border-color css
<style>
span { border-color: #B1998C; }
span { border-color: rgb(177,153,140); }
td.TdClassName
{
border-color: #B1998C;
}
.TagClassName
{
border-color: #B1998C;
}
</style>