Shades of Del Rio #B1998A
Tints of Del Rio #B1998A
RGB
CMYK
RGB Variations
Color information
#B1998A (or 0xB1998A) is known color: Del Rio. HEX triplet: B1, 99 and 8A. RGB value is (177,153,138). Sum of RGB (Red+Green+Blue) = 177+153+138=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B1998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1998A is #4E6675. Grayscale: #9E9E9E. Windows color (decimal): -5138038 or 9083313. OLE color: 9083313.
HSL color Cylindrical-coordinate representation of color #B1998A: hue angle of 23.08º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1998A is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 138 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.31 |
| HSL | 23.08º | 0.2% | 0.62% | - |
| HSV(B) | 23.08º | 0.22% | 0.69% | - |
| XYZ | 34.11 | 33.96 | 28.8 | - |
| YUV | 158.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 138 | 0 | 0.14 | 0.22 | 0.31 | 23.08 | 0.2 | 0.62 |
| Hex | B1 | 99 | 8A | 0 | E | 16 | 1F | 17 | 14 | 3E |
| Octal | 261 | 231 | 212 | 0 | 16 | 26 | 37 | 27 | 24 | 76 |
| Binary | 10110001 | 10011001 | 10001010 | 0 | 1110 | 10110 | 11111 | 10111 | 10100 | 111110 |
Color Harmonies of #B1998A
Complementary color
Monochromatic Colors of #B1998A
Black with #B1998A
Text Example
Text Example
White with #B1998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1998A; }
p { color: rgb(177,153,138); }
H1.HeaderClassName
{
color: #B1998A;
}
.AnyTagClassName
{
color: #B1998A;
}
</style>
background-color css
<style>
a { background-color: #B1998A; }
a { background-color: rgb(177,153,138); }
div.DivClassName
{
background-color: #B1998A;
}
.BgClassName
{
background-color: #B1998A;
}
</style>
border-color css
<style>
span { border-color: #B1998A; }
span { border-color: rgb(177,153,138); }
td.TdClassName
{
border-color: #B1998A;
}
.TagClassName
{
border-color: #B1998A;
}
</style>