Shades of Del Rio #B3948A
Tints of Del Rio #B3948A
RGB
CMYK
RGB Variations
Color information
#B3948A (or 0xB3948A) is known color: Del Rio. HEX triplet: B3, 94 and 8A. RGB value is (179,148,138). Sum of RGB (Red+Green+Blue) = 179+148+138=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B3948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3948A is #4C6B75. Grayscale: #9C9C9C. Windows color (decimal): -5008246 or 9082035. OLE color: 9082035.
HSL color Cylindrical-coordinate representation of color #B3948A: hue angle of 14.63º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3948A is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 148 | 138 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.30 |
| HSL | 14.63º | 0.21% | 0.62% | - |
| HSV(B) | 14.63º | 0.23% | 0.7% | - |
| XYZ | 33.77 | 32.6 | 28.56 | - |
| YUV | 156.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 148 | 138 | 0 | 0.17 | 0.23 | 0.30 | 14.63 | 0.21 | 0.62 |
| Hex | B3 | 94 | 8A | 0 | 11 | 17 | 1E | F | 15 | 3E |
| Octal | 263 | 224 | 212 | 0 | 21 | 27 | 36 | 17 | 25 | 76 |
| Binary | 10110011 | 10010100 | 10001010 | 0 | 10001 | 10111 | 11110 | 1111 | 10101 | 111110 |
Color Harmonies of #B3948A
Complementary color
Monochromatic Colors of #B3948A
Black with #B3948A
Text Example
Text Example
White with #B3948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3948A; }
p { color: rgb(179,148,138); }
H1.HeaderClassName
{
color: #B3948A;
}
.AnyTagClassName
{
color: #B3948A;
}
</style>
background-color css
<style>
a { background-color: #B3948A; }
a { background-color: rgb(179,148,138); }
div.DivClassName
{
background-color: #B3948A;
}
.BgClassName
{
background-color: #B3948A;
}
</style>
border-color css
<style>
span { border-color: #B3948A; }
span { border-color: rgb(179,148,138); }
td.TdClassName
{
border-color: #B3948A;
}
.TagClassName
{
border-color: #B3948A;
}
</style>