Shades of Bronco #B3A088
Tints of Bronco #B3A088
RGB
CMYK
RGB Variations
Color information
#B3A088 (or 0xB3A088) is known color: Bronco. HEX triplet: B3, A0 and 88. RGB value is (179,160,136). Sum of RGB (Red+Green+Blue) = 179+160+136=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A088 is #4C5F77. Grayscale: #A3A3A3. Windows color (decimal): -5005176 or 8954035. OLE color: 8954035.
HSL color Cylindrical-coordinate representation of color #B3A088: hue angle of 33.49º degrees, saturation: 0.22, 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 #B3A088 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 136 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.30 |
| HSL | 33.49º | 0.22% | 0.62% | - |
| HSV(B) | 33.49º | 0.24% | 0.7% | - |
| XYZ | 35.61 | 36.5 | 28.46 | - |
| YUV | 162.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 136 | 0 | 0.11 | 0.24 | 0.30 | 33.49 | 0.22 | 0.62 |
| Hex | B3 | A0 | 88 | 0 | B | 18 | 1E | 21 | 16 | 3E |
| Octal | 263 | 240 | 210 | 0 | 13 | 30 | 36 | 41 | 26 | 76 |
| Binary | 10110011 | 10100000 | 10001000 | 0 | 1011 | 11000 | 11110 | 100001 | 10110 | 111110 |
Color Harmonies of #B3A088
Complementary color
Monochromatic Colors of #B3A088
Black with #B3A088
Text Example
Text Example
White with #B3A088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A088; }
p { color: rgb(179,160,136); }
H1.HeaderClassName
{
color: #B3A088;
}
.AnyTagClassName
{
color: #B3A088;
}
</style>
background-color css
<style>
a { background-color: #B3A088; }
a { background-color: rgb(179,160,136); }
div.DivClassName
{
background-color: #B3A088;
}
.BgClassName
{
background-color: #B3A088;
}
</style>
border-color css
<style>
span { border-color: #B3A088; }
span { border-color: rgb(179,160,136); }
td.TdClassName
{
border-color: #B3A088;
}
.TagClassName
{
border-color: #B3A088;
}
</style>