Shades of Bronco #B29E88
Tints of Bronco #B29E88
RGB
CMYK
RGB Variations
Color information
#B29E88 (or 0xB29E88) is known color: Bronco. HEX triplet: B2, 9E and 88. RGB value is (178,158,136). Sum of RGB (Red+Green+Blue) = 178+158+136=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29E88 is #4D6177. Grayscale: #A1A1A1. Windows color (decimal): -5071224 or 8953522. OLE color: 8953522.
HSL color Cylindrical-coordinate representation of color #B29E88: hue angle of 31.43º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B29E88 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 158 | 136 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.30 |
| HSL | 31.43º | 0.21% | 0.62% | - |
| HSV(B) | 31.43º | 0.24% | 0.7% | - |
| XYZ | 35.03 | 35.7 | 28.34 | - |
| YUV | 161.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 158 | 136 | 0 | 0.11 | 0.24 | 0.30 | 31.43 | 0.21 | 0.62 |
| Hex | B2 | 9E | 88 | 0 | B | 18 | 1E | 1F | 15 | 3E |
| Octal | 262 | 236 | 210 | 0 | 13 | 30 | 36 | 37 | 25 | 76 |
| Binary | 10110010 | 10011110 | 10001000 | 0 | 1011 | 11000 | 11110 | 11111 | 10101 | 111110 |
Color Harmonies of #B29E88
Complementary color
Monochromatic Colors of #B29E88
Black with #B29E88
Text Example
Text Example
White with #B29E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29E88; }
p { color: rgb(178,158,136); }
H1.HeaderClassName
{
color: #B29E88;
}
.AnyTagClassName
{
color: #B29E88;
}
</style>
background-color css
<style>
a { background-color: #B29E88; }
a { background-color: rgb(178,158,136); }
div.DivClassName
{
background-color: #B29E88;
}
.BgClassName
{
background-color: #B29E88;
}
</style>
border-color css
<style>
span { border-color: #B29E88; }
span { border-color: rgb(178,158,136); }
td.TdClassName
{
border-color: #B29E88;
}
.TagClassName
{
border-color: #B29E88;
}
</style>