Shades of Bronco #B09C7D
Tints of Bronco #B09C7D
RGB
CMYK
RGB Variations
Color information
#B09C7D (or 0xB09C7D) is known color: Bronco. HEX triplet: B0, 9C and 7D. RGB value is (176,156,125). Sum of RGB (Red+Green+Blue) = 176+156+125=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09C7D is #4F6382. Grayscale: #9E9E9E. Windows color (decimal): -5202819 or 8232112. OLE color: 8232112.
HSL color Cylindrical-coordinate representation of color #B09C7D: hue angle of 36.47º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B09C7D is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 125 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.31 |
| HSL | 36.47º | 0.24% | 0.59% | - |
| HSV(B) | 36.47º | 0.29% | 0.69% | - |
| XYZ | 33.49 | 34.49 | 24.29 | - |
| YUV | 158.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 125 | 0 | 0.11 | 0.29 | 0.31 | 36.47 | 0.24 | 0.59 |
| Hex | B0 | 9C | 7D | 0 | B | 1D | 1F | 24 | 18 | 3B |
| Octal | 260 | 234 | 175 | 0 | 13 | 35 | 37 | 44 | 30 | 73 |
| Binary | 10110000 | 10011100 | 1111101 | 0 | 1011 | 11101 | 11111 | 100100 | 11000 | 111011 |
Color Harmonies of #B09C7D
Complementary color
Monochromatic Colors of #B09C7D
Black with #B09C7D
Text Example
Text Example
White with #B09C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C7D; }
p { color: rgb(176,156,125); }
H1.HeaderClassName
{
color: #B09C7D;
}
.AnyTagClassName
{
color: #B09C7D;
}
</style>
background-color css
<style>
a { background-color: #B09C7D; }
a { background-color: rgb(176,156,125); }
div.DivClassName
{
background-color: #B09C7D;
}
.BgClassName
{
background-color: #B09C7D;
}
</style>
border-color css
<style>
span { border-color: #B09C7D; }
span { border-color: rgb(176,156,125); }
td.TdClassName
{
border-color: #B09C7D;
}
.TagClassName
{
border-color: #B09C7D;
}
</style>