Shades of Del Rio #B09385
Tints of Del Rio #B09385
RGB
CMYK
RGB Variations
Color information
#B09385 (or 0xB09385) is known color: Del Rio. HEX triplet: B0, 93 and 85. RGB value is (176,147,133). Sum of RGB (Red+Green+Blue) = 176+147+133=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B09385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09385 is #4F6C7A. Grayscale: #9A9A9A. Windows color (decimal): -5205115 or 8754096. OLE color: 8754096.
HSL color Cylindrical-coordinate representation of color #B09385: hue angle of 19.53º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B09385 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 133 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.31 |
| HSL | 19.53º | 0.21% | 0.61% | - |
| HSV(B) | 19.53º | 0.24% | 0.69% | - |
| XYZ | 32.57 | 31.79 | 26.61 | - |
| YUV | 154.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 133 | 0 | 0.16 | 0.24 | 0.31 | 19.53 | 0.21 | 0.61 |
| Hex | B0 | 93 | 85 | 0 | 10 | 18 | 1F | 14 | 15 | 3D |
| Octal | 260 | 223 | 205 | 0 | 20 | 30 | 37 | 24 | 25 | 75 |
| Binary | 10110000 | 10010011 | 10000101 | 0 | 10000 | 11000 | 11111 | 10100 | 10101 | 111101 |
Color Harmonies of #B09385
Complementary color
Monochromatic Colors of #B09385
Black with #B09385
Text Example
Text Example
White with #B09385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09385; }
p { color: rgb(176,147,133); }
H1.HeaderClassName
{
color: #B09385;
}
.AnyTagClassName
{
color: #B09385;
}
</style>
background-color css
<style>
a { background-color: #B09385; }
a { background-color: rgb(176,147,133); }
div.DivClassName
{
background-color: #B09385;
}
.BgClassName
{
background-color: #B09385;
}
</style>
border-color css
<style>
span { border-color: #B09385; }
span { border-color: rgb(176,147,133); }
td.TdClassName
{
border-color: #B09385;
}
.TagClassName
{
border-color: #B09385;
}
</style>