Shades of Del Rio #B7A293
Tints of Del Rio #B7A293
RGB
CMYK
RGB Variations
Color information
#B7A293 (or 0xB7A293) is known color: Del Rio. HEX triplet: B7, A2 and 93. RGB value is (183,162,147). Sum of RGB (Red+Green+Blue) = 183+162+147=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A293 is #485D6C. Grayscale: #A6A6A6. Windows color (decimal): -4742509 or 9675447. OLE color: 9675447.
HSL color Cylindrical-coordinate representation of color #B7A293: hue angle of 25º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7A293 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 147 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.28 |
| HSL | 25º | 0.2% | 0.65% | - |
| HSV(B) | 25º | 0.2% | 0.72% | - |
| XYZ | 37.72 | 38.01 | 32.95 | - |
| YUV | 166.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 147 | 0 | 0.11 | 0.20 | 0.28 | 25 | 0.2 | 0.65 |
| Hex | B7 | A2 | 93 | 0 | B | 14 | 1C | 19 | 14 | 41 |
| Octal | 267 | 242 | 223 | 0 | 13 | 24 | 34 | 31 | 24 | 101 |
| Binary | 10110111 | 10100010 | 10010011 | 0 | 1011 | 10100 | 11100 | 11001 | 10100 | 1000001 |
Color Harmonies of #B7A293
Complementary color
Monochromatic Colors of #B7A293
Black with #B7A293
Text Example
Text Example
White with #B7A293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A293; }
p { color: rgb(183,162,147); }
H1.HeaderClassName
{
color: #B7A293;
}
.AnyTagClassName
{
color: #B7A293;
}
</style>
background-color css
<style>
a { background-color: #B7A293; }
a { background-color: rgb(183,162,147); }
div.DivClassName
{
background-color: #B7A293;
}
.BgClassName
{
background-color: #B7A293;
}
</style>
border-color css
<style>
span { border-color: #B7A293; }
span { border-color: rgb(183,162,147); }
td.TdClassName
{
border-color: #B7A293;
}
.TagClassName
{
border-color: #B7A293;
}
</style>