Shades of Bronco #B09C88
Tints of Bronco #B09C88
RGB
CMYK
RGB Variations
Color information
#B09C88 (or 0xB09C88) is known color: Bronco. HEX triplet: B0, 9C and 88. RGB value is (176,156,136). Sum of RGB (Red+Green+Blue) = 176+156+136=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C88 is #4F6377. Grayscale: #9F9F9F. Windows color (decimal): -5202808 or 8953008. OLE color: 8953008.
HSL color Cylindrical-coordinate representation of color #B09C88: hue angle of 30º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B09C88 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 136 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.31 |
| HSL | 30º | 0.2% | 0.61% | - |
| HSV(B) | 30º | 0.23% | 0.69% | - |
| XYZ | 34.24 | 34.78 | 28.2 | - |
| YUV | 159.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 136 | 0 | 0.11 | 0.23 | 0.31 | 30 | 0.2 | 0.61 |
| Hex | B0 | 9C | 88 | 0 | B | 17 | 1F | 1E | 14 | 3D |
| Octal | 260 | 234 | 210 | 0 | 13 | 27 | 37 | 36 | 24 | 75 |
| Binary | 10110000 | 10011100 | 10001000 | 0 | 1011 | 10111 | 11111 | 11110 | 10100 | 111101 |
Color Harmonies of #B09C88
Complementary color
Monochromatic Colors of #B09C88
Black with #B09C88
Text Example
Text Example
White with #B09C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C88; }
p { color: rgb(176,156,136); }
H1.HeaderClassName
{
color: #B09C88;
}
.AnyTagClassName
{
color: #B09C88;
}
</style>
background-color css
<style>
a { background-color: #B09C88; }
a { background-color: rgb(176,156,136); }
div.DivClassName
{
background-color: #B09C88;
}
.BgClassName
{
background-color: #B09C88;
}
</style>
border-color css
<style>
span { border-color: #B09C88; }
span { border-color: rgb(176,156,136); }
td.TdClassName
{
border-color: #B09C88;
}
.TagClassName
{
border-color: #B09C88;
}
</style>