Shades of Del Rio #B69384
Tints of Del Rio #B69384
RGB
CMYK
RGB Variations
Color information
#B69384 (or 0xB69384) is known color: Del Rio. HEX triplet: B6, 93 and 84. RGB value is (182,147,132). Sum of RGB (Red+Green+Blue) = 182+147+132=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 182 - color contains mainly: red. Hex color #B69384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69384 is #496C7B. Grayscale: #9B9B9B. Windows color (decimal): -4811900 or 8688566. OLE color: 8688566.
HSL color Cylindrical-coordinate representation of color #B69384: hue angle of 18º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B69384 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 147 | 132 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.29 |
| HSL | 18º | 0.26% | 0.62% | - |
| HSV(B) | 18º | 0.27% | 0.71% | - |
| XYZ | 33.89 | 32.48 | 26.31 | - |
| YUV | 155.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 147 | 132 | 0 | 0.19 | 0.27 | 0.29 | 18 | 0.26 | 0.62 |
| Hex | B6 | 93 | 84 | 0 | 13 | 1B | 1D | 12 | 1A | 3E |
| Octal | 266 | 223 | 204 | 0 | 23 | 33 | 35 | 22 | 32 | 76 |
| Binary | 10110110 | 10010011 | 10000100 | 0 | 10011 | 11011 | 11101 | 10010 | 11010 | 111110 |
Color Harmonies of #B69384
Complementary color
Monochromatic Colors of #B69384
Black with #B69384
Text Example
Text Example
White with #B69384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69384; }
p { color: rgb(182,147,132); }
H1.HeaderClassName
{
color: #B69384;
}
.AnyTagClassName
{
color: #B69384;
}
</style>
background-color css
<style>
a { background-color: #B69384; }
a { background-color: rgb(182,147,132); }
div.DivClassName
{
background-color: #B69384;
}
.BgClassName
{
background-color: #B69384;
}
</style>
border-color css
<style>
span { border-color: #B69384; }
span { border-color: rgb(182,147,132); }
td.TdClassName
{
border-color: #B69384;
}
.TagClassName
{
border-color: #B69384;
}
</style>