Shades of Del Rio #B69C8F
Tints of Del Rio #B69C8F
RGB
CMYK
RGB Variations
Color information
#B69C8F (or 0xB69C8F) is known color: Del Rio. HEX triplet: B6, 9C and 8F. RGB value is (182,156,143). Sum of RGB (Red+Green+Blue) = 182+156+143=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69C8F is #496370. Grayscale: #A2A2A2. Windows color (decimal): -4809585 or 9411766. OLE color: 9411766.
HSL color Cylindrical-coordinate representation of color #B69C8F: hue angle of 20º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B69C8F is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 156 | 143 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.29 |
| HSL | 20º | 0.21% | 0.64% | - |
| HSV(B) | 20º | 0.21% | 0.71% | - |
| XYZ | 36.14 | 35.71 | 30.97 | - |
| YUV | 162.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 156 | 143 | 0 | 0.14 | 0.21 | 0.29 | 20 | 0.21 | 0.64 |
| Hex | B6 | 9C | 8F | 0 | E | 15 | 1D | 14 | 15 | 40 |
| Octal | 266 | 234 | 217 | 0 | 16 | 25 | 35 | 24 | 25 | 100 |
| Binary | 10110110 | 10011100 | 10001111 | 0 | 1110 | 10101 | 11101 | 10100 | 10101 | 1000000 |
Color Harmonies of #B69C8F
Complementary color
Monochromatic Colors of #B69C8F
Black with #B69C8F
Text Example
Text Example
White with #B69C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69C8F; }
p { color: rgb(182,156,143); }
H1.HeaderClassName
{
color: #B69C8F;
}
.AnyTagClassName
{
color: #B69C8F;
}
</style>
background-color css
<style>
a { background-color: #B69C8F; }
a { background-color: rgb(182,156,143); }
div.DivClassName
{
background-color: #B69C8F;
}
.BgClassName
{
background-color: #B69C8F;
}
</style>
border-color css
<style>
span { border-color: #B69C8F; }
span { border-color: rgb(182,156,143); }
td.TdClassName
{
border-color: #B69C8F;
}
.TagClassName
{
border-color: #B69C8F;
}
</style>