Shades of Bronco #B09C78
Tints of Bronco #B09C78
RGB
CMYK
RGB Variations
Color information
#B09C78 (or 0xB09C78) is known color: Bronco. HEX triplet: B0, 9C and 78. RGB value is (176,156,120). Sum of RGB (Red+Green+Blue) = 176+156+120=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09C78 is #4F6387. Grayscale: #9E9E9E. Windows color (decimal): -5202824 or 7904432. OLE color: 7904432.
HSL color Cylindrical-coordinate representation of color #B09C78: hue angle of 38.57º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B09C78 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 120 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.31 |
| HSL | 38.57º | 0.26% | 0.58% | - |
| HSV(B) | 38.57º | 0.32% | 0.69% | - |
| XYZ | 33.18 | 34.36 | 22.65 | - |
| YUV | 157.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 120 | 0 | 0.11 | 0.32 | 0.31 | 38.57 | 0.26 | 0.58 |
| Hex | B0 | 9C | 78 | 0 | B | 20 | 1F | 27 | 1A | 3A |
| Octal | 260 | 234 | 170 | 0 | 13 | 40 | 37 | 47 | 32 | 72 |
| Binary | 10110000 | 10011100 | 1111000 | 0 | 1011 | 100000 | 11111 | 100111 | 11010 | 111010 |
Color Harmonies of #B09C78
Complementary color
Monochromatic Colors of #B09C78
Black with #B09C78
Text Example
Text Example
White with #B09C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C78; }
p { color: rgb(176,156,120); }
H1.HeaderClassName
{
color: #B09C78;
}
.AnyTagClassName
{
color: #B09C78;
}
</style>
background-color css
<style>
a { background-color: #B09C78; }
a { background-color: rgb(176,156,120); }
div.DivClassName
{
background-color: #B09C78;
}
.BgClassName
{
background-color: #B09C78;
}
</style>
border-color css
<style>
span { border-color: #B09C78; }
span { border-color: rgb(176,156,120); }
td.TdClassName
{
border-color: #B09C78;
}
.TagClassName
{
border-color: #B09C78;
}
</style>