Shades of Del Rio #B29A8B
Tints of Del Rio #B29A8B
RGB
CMYK
RGB Variations
Color information
#B29A8B (or 0xB29A8B) is known color: Del Rio. HEX triplet: B2, 9A and 8B. RGB value is (178,154,139). Sum of RGB (Red+Green+Blue) = 178+154+139=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29A8B is #4D6574. Grayscale: #9F9F9F. Windows color (decimal): -5072245 or 9149106. OLE color: 9149106.
HSL color Cylindrical-coordinate representation of color #B29A8B: hue angle of 23.08º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B29A8B is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 139 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.30 |
| HSL | 23.08º | 0.2% | 0.62% | - |
| HSV(B) | 23.08º | 0.22% | 0.7% | - |
| XYZ | 34.58 | 34.44 | 29.25 | - |
| YUV | 159.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 139 | 0 | 0.13 | 0.22 | 0.30 | 23.08 | 0.2 | 0.62 |
| Hex | B2 | 9A | 8B | 0 | D | 16 | 1E | 17 | 14 | 3E |
| Octal | 262 | 232 | 213 | 0 | 15 | 26 | 36 | 27 | 24 | 76 |
| Binary | 10110010 | 10011010 | 10001011 | 0 | 1101 | 10110 | 11110 | 10111 | 10100 | 111110 |
Color Harmonies of #B29A8B
Complementary color
Monochromatic Colors of #B29A8B
Black with #B29A8B
Text Example
Text Example
White with #B29A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A8B; }
p { color: rgb(178,154,139); }
H1.HeaderClassName
{
color: #B29A8B;
}
.AnyTagClassName
{
color: #B29A8B;
}
</style>
background-color css
<style>
a { background-color: #B29A8B; }
a { background-color: rgb(178,154,139); }
div.DivClassName
{
background-color: #B29A8B;
}
.BgClassName
{
background-color: #B29A8B;
}
</style>
border-color css
<style>
span { border-color: #B29A8B; }
span { border-color: rgb(178,154,139); }
td.TdClassName
{
border-color: #B29A8B;
}
.TagClassName
{
border-color: #B29A8B;
}
</style>