Shades of Del Rio #B7948A
Tints of Del Rio #B7948A
RGB
CMYK
RGB Variations
Color information
#B7948A (or 0xB7948A) is known color: Del Rio. HEX triplet: B7, 94 and 8A. RGB value is (183,148,138). Sum of RGB (Red+Green+Blue) = 183+148+138=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B7948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7948A is #486B75. Grayscale: #9D9D9D. Windows color (decimal): -4746102 or 9082039. OLE color: 9082039.
HSL color Cylindrical-coordinate representation of color #B7948A: hue angle of 13.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7948A is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 148 | 138 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.28 |
| HSL | 13.33º | 0.24% | 0.63% | - |
| HSV(B) | 13.33º | 0.25% | 0.72% | - |
| XYZ | 34.71 | 33.08 | 28.6 | - |
| YUV | 157.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 138 | 0 | 0.19 | 0.25 | 0.28 | 13.33 | 0.24 | 0.63 |
| Hex | B7 | 94 | 8A | 0 | 13 | 19 | 1C | D | 18 | 3F |
| Octal | 267 | 224 | 212 | 0 | 23 | 31 | 34 | 15 | 30 | 77 |
| Binary | 10110111 | 10010100 | 10001010 | 0 | 10011 | 11001 | 11100 | 1101 | 11000 | 111111 |
Color Harmonies of #B7948A
Complementary color
Monochromatic Colors of #B7948A
Black with #B7948A
Text Example
Text Example
White with #B7948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7948A; }
p { color: rgb(183,148,138); }
H1.HeaderClassName
{
color: #B7948A;
}
.AnyTagClassName
{
color: #B7948A;
}
</style>
background-color css
<style>
a { background-color: #B7948A; }
a { background-color: rgb(183,148,138); }
div.DivClassName
{
background-color: #B7948A;
}
.BgClassName
{
background-color: #B7948A;
}
</style>
border-color css
<style>
span { border-color: #B7948A; }
span { border-color: rgb(183,148,138); }
td.TdClassName
{
border-color: #B7948A;
}
.TagClassName
{
border-color: #B7948A;
}
</style>