Shades of Del Rio #B69A8A
Tints of Del Rio #B69A8A
RGB
CMYK
RGB Variations
Color information
#B69A8A (or 0xB69A8A) is known color: Del Rio. HEX triplet: B6, 9A and 8A. RGB value is (182,154,138). Sum of RGB (Red+Green+Blue) = 182+154+138=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69A8A is #496575. Grayscale: #A0A0A0. Windows color (decimal): -4810102 or 9083574. OLE color: 9083574.
HSL color Cylindrical-coordinate representation of color #B69A8A: hue angle of 21.82º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B69A8A is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 154 | 138 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.29 |
| HSL | 21.82º | 0.23% | 0.63% | - |
| HSV(B) | 21.82º | 0.24% | 0.71% | - |
| XYZ | 35.43 | 34.89 | 28.91 | - |
| YUV | 160.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 154 | 138 | 0 | 0.15 | 0.24 | 0.29 | 21.82 | 0.23 | 0.63 |
| Hex | B6 | 9A | 8A | 0 | F | 18 | 1D | 16 | 17 | 3F |
| Octal | 266 | 232 | 212 | 0 | 17 | 30 | 35 | 26 | 27 | 77 |
| Binary | 10110110 | 10011010 | 10001010 | 0 | 1111 | 11000 | 11101 | 10110 | 10111 | 111111 |
Color Harmonies of #B69A8A
Complementary color
Monochromatic Colors of #B69A8A
Black with #B69A8A
Text Example
Text Example
White with #B69A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69A8A; }
p { color: rgb(182,154,138); }
H1.HeaderClassName
{
color: #B69A8A;
}
.AnyTagClassName
{
color: #B69A8A;
}
</style>
background-color css
<style>
a { background-color: #B69A8A; }
a { background-color: rgb(182,154,138); }
div.DivClassName
{
background-color: #B69A8A;
}
.BgClassName
{
background-color: #B69A8A;
}
</style>
border-color css
<style>
span { border-color: #B69A8A; }
span { border-color: rgb(182,154,138); }
td.TdClassName
{
border-color: #B69A8A;
}
.TagClassName
{
border-color: #B69A8A;
}
</style>