Shades of Del Rio #B69387
Tints of Del Rio #B69387
RGB
CMYK
RGB Variations
Color information
#B69387 (or 0xB69387) is known color: Del Rio. HEX triplet: B6, 93 and 87. RGB value is (182,147,135). Sum of RGB (Red+Green+Blue) = 182+147+135=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B69387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69387 is #496C78. Grayscale: #9C9C9C. Windows color (decimal): -4811897 or 8885174. OLE color: 8885174.
HSL color Cylindrical-coordinate representation of color #B69387: hue angle of 15.32º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B69387 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 147 | 135 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.29 |
| HSL | 15.32º | 0.24% | 0.62% | - |
| HSV(B) | 15.32º | 0.26% | 0.71% | - |
| XYZ | 34.1 | 32.56 | 27.41 | - |
| YUV | 156.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 147 | 135 | 0 | 0.19 | 0.26 | 0.29 | 15.32 | 0.24 | 0.62 |
| Hex | B6 | 93 | 87 | 0 | 13 | 1A | 1D | F | 18 | 3E |
| Octal | 266 | 223 | 207 | 0 | 23 | 32 | 35 | 17 | 30 | 76 |
| Binary | 10110110 | 10010011 | 10000111 | 0 | 10011 | 11010 | 11101 | 1111 | 11000 | 111110 |
Color Harmonies of #B69387
Complementary color
Monochromatic Colors of #B69387
Black with #B69387
Text Example
Text Example
White with #B69387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69387; }
p { color: rgb(182,147,135); }
H1.HeaderClassName
{
color: #B69387;
}
.AnyTagClassName
{
color: #B69387;
}
</style>
background-color css
<style>
a { background-color: #B69387; }
a { background-color: rgb(182,147,135); }
div.DivClassName
{
background-color: #B69387;
}
.BgClassName
{
background-color: #B69387;
}
</style>
border-color css
<style>
span { border-color: #B69387; }
span { border-color: rgb(182,147,135); }
td.TdClassName
{
border-color: #B69387;
}
.TagClassName
{
border-color: #B69387;
}
</style>