Shades of Del Rio #B8988C
Tints of Del Rio #B8988C
RGB
CMYK
RGB Variations
Color information
#B8988C (or 0xB8988C) is known color: Del Rio. HEX triplet: B8, 98 and 8C. RGB value is (184,152,140). Sum of RGB (Red+Green+Blue) = 184+152+140=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B8988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8988C is #476773. Grayscale: #A0A0A0. Windows color (decimal): -4679540 or 9214136. OLE color: 9214136.
HSL color Cylindrical-coordinate representation of color #B8988C: hue angle of 16.36º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8988C is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 140 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.28 |
| HSL | 16.36º | 0.24% | 0.64% | - |
| HSV(B) | 16.36º | 0.24% | 0.72% | - |
| XYZ | 35.73 | 34.54 | 29.59 | - |
| YUV | 160.2 | 116.6 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 140 | 0 | 0.17 | 0.24 | 0.28 | 16.36 | 0.24 | 0.64 |
| Hex | B8 | 98 | 8C | 0 | 11 | 18 | 1C | 10 | 18 | 40 |
| Octal | 270 | 230 | 214 | 0 | 21 | 30 | 34 | 20 | 30 | 100 |
| Binary | 10111000 | 10011000 | 10001100 | 0 | 10001 | 11000 | 11100 | 10000 | 11000 | 1000000 |
Color Harmonies of #B8988C
Complementary color
Monochromatic Colors of #B8988C
Black with #B8988C
Text Example
Text Example
White with #B8988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8988C; }
p { color: rgb(184,152,140); }
H1.HeaderClassName
{
color: #B8988C;
}
.AnyTagClassName
{
color: #B8988C;
}
</style>
background-color css
<style>
a { background-color: #B8988C; }
a { background-color: rgb(184,152,140); }
div.DivClassName
{
background-color: #B8988C;
}
.BgClassName
{
background-color: #B8988C;
}
</style>
border-color css
<style>
span { border-color: #B8988C; }
span { border-color: rgb(184,152,140); }
td.TdClassName
{
border-color: #B8988C;
}
.TagClassName
{
border-color: #B8988C;
}
</style>