Shades of Bronco #B49C77
Tints of Bronco #B49C77
RGB
CMYK
RGB Variations
Color information
#B49C77 (or 0xB49C77) is known color: Bronco. HEX triplet: B4, 9C and 77. RGB value is (180,156,119). Sum of RGB (Red+Green+Blue) = 180+156+119=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C77 is #4B6388. Grayscale: #9F9F9F. Windows color (decimal): -4940681 or 7838900. OLE color: 7838900.
HSL color Cylindrical-coordinate representation of color #B49C77: hue angle of 36.39º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B49C77 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 119 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.29 |
| HSL | 36.39º | 0.29% | 0.59% | - |
| HSV(B) | 36.39º | 0.34% | 0.71% | - |
| XYZ | 34.04 | 34.81 | 22.38 | - |
| YUV | 158.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 119 | 0 | 0.13 | 0.34 | 0.29 | 36.39 | 0.29 | 0.59 |
| Hex | B4 | 9C | 77 | 0 | D | 22 | 1D | 24 | 1D | 3B |
| Octal | 264 | 234 | 167 | 0 | 15 | 42 | 35 | 44 | 35 | 73 |
| Binary | 10110100 | 10011100 | 1110111 | 0 | 1101 | 100010 | 11101 | 100100 | 11101 | 111011 |
Color Harmonies of #B49C77
Complementary color
Monochromatic Colors of #B49C77
Black with #B49C77
Text Example
Text Example
White with #B49C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C77; }
p { color: rgb(180,156,119); }
H1.HeaderClassName
{
color: #B49C77;
}
.AnyTagClassName
{
color: #B49C77;
}
</style>
background-color css
<style>
a { background-color: #B49C77; }
a { background-color: rgb(180,156,119); }
div.DivClassName
{
background-color: #B49C77;
}
.BgClassName
{
background-color: #B49C77;
}
</style>
border-color css
<style>
span { border-color: #B49C77; }
span { border-color: rgb(180,156,119); }
td.TdClassName
{
border-color: #B49C77;
}
.TagClassName
{
border-color: #B49C77;
}
</style>