Shades of Del Rio #B09C93
Tints of Del Rio #B09C93
RGB
CMYK
RGB Variations
Color information
#B09C93 (or 0xB09C93) is known color: Del Rio. HEX triplet: B0, 9C and 93. RGB value is (176,156,147). Sum of RGB (Red+Green+Blue) = 176+156+147=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C93 is #4F636C. Grayscale: #A1A1A1. Windows color (decimal): -5202797 or 9673904. OLE color: 9673904.
HSL color Cylindrical-coordinate representation of color #B09C93: hue angle of 18.62º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B09C93 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 147 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.31 |
| HSL | 18.62º | 0.16% | 0.63% | - |
| HSV(B) | 18.62º | 0.16% | 0.69% | - |
| XYZ | 35.06 | 35.11 | 32.53 | - |
| YUV | 160.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 147 | 0 | 0.11 | 0.16 | 0.31 | 18.62 | 0.16 | 0.63 |
| Hex | B0 | 9C | 93 | 0 | B | 10 | 1F | 13 | 10 | 3F |
| Octal | 260 | 234 | 223 | 0 | 13 | 20 | 37 | 23 | 20 | 77 |
| Binary | 10110000 | 10011100 | 10010011 | 0 | 1011 | 10000 | 11111 | 10011 | 10000 | 111111 |
Color Harmonies of #B09C93
Complementary color
Monochromatic Colors of #B09C93
Black with #B09C93
Text Example
Text Example
White with #B09C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C93; }
p { color: rgb(176,156,147); }
H1.HeaderClassName
{
color: #B09C93;
}
.AnyTagClassName
{
color: #B09C93;
}
</style>
background-color css
<style>
a { background-color: #B09C93; }
a { background-color: rgb(176,156,147); }
div.DivClassName
{
background-color: #B09C93;
}
.BgClassName
{
background-color: #B09C93;
}
</style>
border-color css
<style>
span { border-color: #B09C93; }
span { border-color: rgb(176,156,147); }
td.TdClassName
{
border-color: #B09C93;
}
.TagClassName
{
border-color: #B09C93;
}
</style>