Shades of Bronco #B29C7E
Tints of Bronco #B29C7E
RGB
CMYK
RGB Variations
Color information
#B29C7E (or 0xB29C7E) is known color: Bronco. HEX triplet: B2, 9C and 7E. RGB value is (178,156,126). Sum of RGB (Red+Green+Blue) = 178+156+126=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C7E is #4D6381. Grayscale: #9F9F9F. Windows color (decimal): -5071746 or 8297650. OLE color: 8297650.
HSL color Cylindrical-coordinate representation of color #B29C7E: hue angle of 34.62º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B29C7E is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 156 | 126 | - |
CMYK | 0 | 0.12 | 0.29 | 0.30 |
HSL | 34.62º | 0.25% | 0.6% | - |
HSV(B) | 34.62º | 0.29% | 0.7% | - |
XYZ | 34.01 | 34.75 | 24.65 | - |
YUV | 159.16 | 109.29 | 141.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 156 | 126 | 0 | 0.12 | 0.29 | 0.30 | 34.62 | 0.25 | 0.6 |
Hex | B2 | 9C | 7E | 0 | C | 1D | 1E | 23 | 19 | 3C |
Octal | 262 | 234 | 176 | 0 | 14 | 35 | 36 | 43 | 31 | 74 |
Binary | 10110010 | 10011100 | 1111110 | 0 | 1100 | 11101 | 11110 | 100011 | 11001 | 111100 |
Color Harmonies of #B29C7E
Complementary color
Monochromatic Colors of #B29C7E
Black with #B29C7E
Text Example
Text Example
White with #B29C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29C7E; }
p { color: rgb(178,156,126); }
H1.HeaderClassName
{
color: #B29C7E;
}
.AnyTagClassName
{
color: #B29C7E;
}
</style>
background-color css
<style>
a { background-color: #B29C7E; }
a { background-color: rgb(178,156,126); }
div.DivClassName
{
background-color: #B29C7E;
}
.BgClassName
{
background-color: #B29C7E;
}
</style>
border-color css
<style>
span { border-color: #B29C7E; }
span { border-color: rgb(178,156,126); }
td.TdClassName
{
border-color: #B29C7E;
}
.TagClassName
{
border-color: #B29C7E;
}
</style>