Shades of Del Rio #B3998C
Tints of Del Rio #B3998C
RGB
CMYK
RGB Variations
Color information
#B3998C (or 0xB3998C) is known color: Del Rio. HEX triplet: B3, 99 and 8C. RGB value is (179,153,140). Sum of RGB (Red+Green+Blue) = 179+153+140=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B3998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3998C is #4C6673. Grayscale: #9F9F9F. Windows color (decimal): -5006964 or 9214387. OLE color: 9214387.
HSL color Cylindrical-coordinate representation of color #B3998C: hue angle of 20º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3998C is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 153 | 140 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.30 |
| HSL | 20º | 0.2% | 0.63% | - |
| HSV(B) | 20º | 0.22% | 0.7% | - |
| XYZ | 34.72 | 34.26 | 29.59 | - |
| YUV | 159.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 140 | 0 | 0.15 | 0.22 | 0.30 | 20 | 0.2 | 0.63 |
| Hex | B3 | 99 | 8C | 0 | F | 16 | 1E | 14 | 14 | 3F |
| Octal | 263 | 231 | 214 | 0 | 17 | 26 | 36 | 24 | 24 | 77 |
| Binary | 10110011 | 10011001 | 10001100 | 0 | 1111 | 10110 | 11110 | 10100 | 10100 | 111111 |
Color Harmonies of #B3998C
Complementary color
Monochromatic Colors of #B3998C
Black with #B3998C
Text Example
Text Example
White with #B3998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3998C; }
p { color: rgb(179,153,140); }
H1.HeaderClassName
{
color: #B3998C;
}
.AnyTagClassName
{
color: #B3998C;
}
</style>
background-color css
<style>
a { background-color: #B3998C; }
a { background-color: rgb(179,153,140); }
div.DivClassName
{
background-color: #B3998C;
}
.BgClassName
{
background-color: #B3998C;
}
</style>
border-color css
<style>
span { border-color: #B3998C; }
span { border-color: rgb(179,153,140); }
td.TdClassName
{
border-color: #B3998C;
}
.TagClassName
{
border-color: #B3998C;
}
</style>