Shades of Bronco #B4A07D
Tints of Bronco #B4A07D
RGB
CMYK
RGB Variations
Color information
#B4A07D (or 0xB4A07D) is known color: Bronco. HEX triplet: B4, A0 and 7D. RGB value is (180,160,125). Sum of RGB (Red+Green+Blue) = 180+160+125=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A07D is #4B5F82. Grayscale: #A2A2A2. Windows color (decimal): -4939651 or 8233140. OLE color: 8233140.
HSL color Cylindrical-coordinate representation of color #B4A07D: hue angle of 38.18º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4A07D is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 160 | 125 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.29 |
| HSL | 38.18º | 0.27% | 0.6% | - |
| HSV(B) | 38.18º | 0.31% | 0.71% | - |
| XYZ | 35.09 | 36.33 | 24.56 | - |
| YUV | 161.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 160 | 125 | 0 | 0.11 | 0.31 | 0.29 | 38.18 | 0.27 | 0.6 |
| Hex | B4 | A0 | 7D | 0 | B | 1F | 1D | 26 | 1B | 3C |
| Octal | 264 | 240 | 175 | 0 | 13 | 37 | 35 | 46 | 33 | 74 |
| Binary | 10110100 | 10100000 | 1111101 | 0 | 1011 | 11111 | 11101 | 100110 | 11011 | 111100 |
Color Harmonies of #B4A07D
Complementary color
Monochromatic Colors of #B4A07D
Black with #B4A07D
Text Example
Text Example
White with #B4A07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A07D; }
p { color: rgb(180,160,125); }
H1.HeaderClassName
{
color: #B4A07D;
}
.AnyTagClassName
{
color: #B4A07D;
}
</style>
background-color css
<style>
a { background-color: #B4A07D; }
a { background-color: rgb(180,160,125); }
div.DivClassName
{
background-color: #B4A07D;
}
.BgClassName
{
background-color: #B4A07D;
}
</style>
border-color css
<style>
span { border-color: #B4A07D; }
span { border-color: rgb(180,160,125); }
td.TdClassName
{
border-color: #B4A07D;
}
.TagClassName
{
border-color: #B4A07D;
}
</style>