Shades of Bronco #B69F7B
Tints of Bronco #B69F7B
RGB
CMYK
RGB Variations
Color information
#B69F7B (or 0xB69F7B) is known color: Bronco. HEX triplet: B6, 9F and 7B. RGB value is (182,159,123). Sum of RGB (Red+Green+Blue) = 182+159+123=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69F7B is #496084. Grayscale: #A1A1A1. Windows color (decimal): -4808837 or 8101814. OLE color: 8101814.
HSL color Cylindrical-coordinate representation of color #B69F7B: hue angle of 36.61º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B69F7B is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 159 | 123 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.29 |
| HSL | 36.61º | 0.29% | 0.6% | - |
| HSV(B) | 36.61º | 0.32% | 0.71% | - |
| XYZ | 35.26 | 36.17 | 23.86 | - |
| YUV | 161.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 159 | 123 | 0 | 0.13 | 0.32 | 0.29 | 36.61 | 0.29 | 0.6 |
| Hex | B6 | 9F | 7B | 0 | D | 20 | 1D | 25 | 1D | 3C |
| Octal | 266 | 237 | 173 | 0 | 15 | 40 | 35 | 45 | 35 | 74 |
| Binary | 10110110 | 10011111 | 1111011 | 0 | 1101 | 100000 | 11101 | 100101 | 11101 | 111100 |
Color Harmonies of #B69F7B
Complementary color
Monochromatic Colors of #B69F7B
Black with #B69F7B
Text Example
Text Example
White with #B69F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69F7B; }
p { color: rgb(182,159,123); }
H1.HeaderClassName
{
color: #B69F7B;
}
.AnyTagClassName
{
color: #B69F7B;
}
</style>
background-color css
<style>
a { background-color: #B69F7B; }
a { background-color: rgb(182,159,123); }
div.DivClassName
{
background-color: #B69F7B;
}
.BgClassName
{
background-color: #B69F7B;
}
</style>
border-color css
<style>
span { border-color: #B69F7B; }
span { border-color: rgb(182,159,123); }
td.TdClassName
{
border-color: #B69F7B;
}
.TagClassName
{
border-color: #B69F7B;
}
</style>