Shades of Del Rio #B69B8C
Tints of Del Rio #B69B8C
RGB
CMYK
RGB Variations
Color information
#B69B8C (or 0xB69B8C) is known color: Del Rio. HEX triplet: B6, 9B and 8C. RGB value is (182,155,140). Sum of RGB (Red+Green+Blue) = 182+155+140=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69B8C is #496473. Grayscale: #A1A1A1. Windows color (decimal): -4809844 or 9214902. OLE color: 9214902.
HSL color Cylindrical-coordinate representation of color #B69B8C: hue angle of 21.43º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B69B8C is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 155 | 140 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.29 |
| HSL | 21.43º | 0.22% | 0.63% | - |
| HSV(B) | 21.43º | 0.23% | 0.71% | - |
| XYZ | 35.75 | 35.28 | 29.74 | - |
| YUV | 161.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 155 | 140 | 0 | 0.15 | 0.23 | 0.29 | 21.43 | 0.22 | 0.63 |
| Hex | B6 | 9B | 8C | 0 | F | 17 | 1D | 15 | 16 | 3F |
| Octal | 266 | 233 | 214 | 0 | 17 | 27 | 35 | 25 | 26 | 77 |
| Binary | 10110110 | 10011011 | 10001100 | 0 | 1111 | 10111 | 11101 | 10101 | 10110 | 111111 |
Color Harmonies of #B69B8C
Complementary color
Monochromatic Colors of #B69B8C
Black with #B69B8C
Text Example
Text Example
White with #B69B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69B8C; }
p { color: rgb(182,155,140); }
H1.HeaderClassName
{
color: #B69B8C;
}
.AnyTagClassName
{
color: #B69B8C;
}
</style>
background-color css
<style>
a { background-color: #B69B8C; }
a { background-color: rgb(182,155,140); }
div.DivClassName
{
background-color: #B69B8C;
}
.BgClassName
{
background-color: #B69B8C;
}
</style>
border-color css
<style>
span { border-color: #B69B8C; }
span { border-color: rgb(182,155,140); }
td.TdClassName
{
border-color: #B69B8C;
}
.TagClassName
{
border-color: #B69B8C;
}
</style>