Shades of Bronco #B09D7B
Tints of Bronco #B09D7B
RGB
CMYK
RGB Variations
Color information
#B09D7B (or 0xB09D7B) is known color: Bronco. HEX triplet: B0, 9D and 7B. RGB value is (176,157,123). Sum of RGB (Red+Green+Blue) = 176+157+123=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D7B is #4F6284. Grayscale: #9E9E9E. Windows color (decimal): -5202565 or 8101296. OLE color: 8101296.
HSL color Cylindrical-coordinate representation of color #B09D7B: hue angle of 38.49º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B09D7B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 123 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.31 |
| HSL | 38.49º | 0.25% | 0.59% | - |
| HSV(B) | 38.49º | 0.3% | 0.69% | - |
| XYZ | 33.54 | 34.77 | 23.68 | - |
| YUV | 158.81 | 107.79 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 123 | 0 | 0.11 | 0.30 | 0.31 | 38.49 | 0.25 | 0.59 |
| Hex | B0 | 9D | 7B | 0 | B | 1E | 1F | 26 | 19 | 3B |
| Octal | 260 | 235 | 173 | 0 | 13 | 36 | 37 | 46 | 31 | 73 |
| Binary | 10110000 | 10011101 | 1111011 | 0 | 1011 | 11110 | 11111 | 100110 | 11001 | 111011 |
Color Harmonies of #B09D7B
Complementary color
Monochromatic Colors of #B09D7B
Black with #B09D7B
Text Example
Text Example
White with #B09D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09D7B; }
p { color: rgb(176,157,123); }
H1.HeaderClassName
{
color: #B09D7B;
}
.AnyTagClassName
{
color: #B09D7B;
}
</style>
background-color css
<style>
a { background-color: #B09D7B; }
a { background-color: rgb(176,157,123); }
div.DivClassName
{
background-color: #B09D7B;
}
.BgClassName
{
background-color: #B09D7B;
}
</style>
border-color css
<style>
span { border-color: #B09D7B; }
span { border-color: rgb(176,157,123); }
td.TdClassName
{
border-color: #B09D7B;
}
.TagClassName
{
border-color: #B09D7B;
}
</style>