Shades of Sante Fe #B27556
Tints of Sante Fe #B27556
RGB
CMYK
RGB Variations
Color information
#B27556 (or 0xB27556) is known color: Sante Fe. HEX triplet: B2, 75 and 56. RGB value is (178,117,86). Sum of RGB (Red+Green+Blue) = 178+117+86=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B27556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27556 is #4D8AA9. Grayscale: #838383. Windows color (decimal): -5081770 or 5666226. OLE color: 5666226.
HSL color Cylindrical-coordinate representation of color #B27556: hue angle of 20.22º degrees, saturation: 0.37, 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 #B27556 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 86 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.30 |
| HSL | 20.22º | 0.37% | 0.52% | - |
| HSV(B) | 20.22º | 0.52% | 0.7% | - |
| XYZ | 26.4 | 22.86 | 11.82 | - |
| YUV | 131.71 | 102.21 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 86 | 0 | 0.34 | 0.52 | 0.30 | 20.22 | 0.37 | 0.52 |
| Hex | B2 | 75 | 56 | 0 | 22 | 34 | 1E | 14 | 25 | 34 |
| Octal | 262 | 165 | 126 | 0 | 42 | 64 | 36 | 24 | 45 | 64 |
| Binary | 10110010 | 1110101 | 1010110 | 0 | 100010 | 110100 | 11110 | 10100 | 100101 | 110100 |
Color Harmonies of #B27556
Complementary color
Monochromatic Colors of #B27556
Black with #B27556
Text Example
Text Example
White with #B27556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27556; }
p { color: rgb(178,117,86); }
H1.HeaderClassName
{
color: #B27556;
}
.AnyTagClassName
{
color: #B27556;
}
</style>
background-color css
<style>
a { background-color: #B27556; }
a { background-color: rgb(178,117,86); }
div.DivClassName
{
background-color: #B27556;
}
.BgClassName
{
background-color: #B27556;
}
</style>
border-color css
<style>
span { border-color: #B27556; }
span { border-color: rgb(178,117,86); }
td.TdClassName
{
border-color: #B27556;
}
.TagClassName
{
border-color: #B27556;
}
</style>