Shades of Sante Fe #B36C56
Tints of Sante Fe #B36C56
RGB
CMYK
RGB Variations
Color information
#B36C56 (or 0xB36C56) is known color: Sante Fe. HEX triplet: B3, 6C and 56. RGB value is (179,108,86). Sum of RGB (Red+Green+Blue) = 179+108+86=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36C56 is #4C93A9. Grayscale: #7E7E7E. Windows color (decimal): -5018538 or 5663923. OLE color: 5663923.
HSL color Cylindrical-coordinate representation of color #B36C56: hue angle of 14.19º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B36C56 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 108 | 86 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.30 |
| HSL | 14.19º | 0.38% | 0.52% | - |
| HSV(B) | 14.19º | 0.52% | 0.7% | - |
| XYZ | 25.63 | 20.98 | 11.5 | - |
| YUV | 126.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 108 | 86 | 0 | 0.40 | 0.52 | 0.30 | 14.19 | 0.38 | 0.52 |
| Hex | B3 | 6C | 56 | 0 | 28 | 34 | 1E | E | 26 | 34 |
| Octal | 263 | 154 | 126 | 0 | 50 | 64 | 36 | 16 | 46 | 64 |
| Binary | 10110011 | 1101100 | 1010110 | 0 | 101000 | 110100 | 11110 | 1110 | 100110 | 110100 |
Color Harmonies of #B36C56
Complementary color
Monochromatic Colors of #B36C56
Black with #B36C56
Text Example
Text Example
White with #B36C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36C56; }
p { color: rgb(179,108,86); }
H1.HeaderClassName
{
color: #B36C56;
}
.AnyTagClassName
{
color: #B36C56;
}
</style>
background-color css
<style>
a { background-color: #B36C56; }
a { background-color: rgb(179,108,86); }
div.DivClassName
{
background-color: #B36C56;
}
.BgClassName
{
background-color: #B36C56;
}
</style>
border-color css
<style>
span { border-color: #B36C56; }
span { border-color: rgb(179,108,86); }
td.TdClassName
{
border-color: #B36C56;
}
.TagClassName
{
border-color: #B36C56;
}
</style>