Shades of Sante Fe #B27551
Tints of Sante Fe #B27551
RGB
CMYK
RGB Variations
Color information
#B27551 (or 0xB27551) is known color: Sante Fe. HEX triplet: B2, 75 and 51. RGB value is (178,117,81). Sum of RGB (Red+Green+Blue) = 178+117+81=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B27551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27551 is #4D8AAE. Grayscale: #838383. Windows color (decimal): -5081775 or 5338546. OLE color: 5338546.
HSL color Cylindrical-coordinate representation of color #B27551: hue angle of 22.27º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B27551 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 81 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.30 |
| HSL | 22.27º | 0.39% | 0.51% | - |
| HSV(B) | 22.27º | 0.54% | 0.7% | - |
| XYZ | 26.21 | 22.78 | 10.8 | - |
| YUV | 131.14 | 99.71 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 81 | 0 | 0.34 | 0.54 | 0.30 | 22.27 | 0.39 | 0.51 |
| Hex | B2 | 75 | 51 | 0 | 22 | 36 | 1E | 16 | 27 | 33 |
| Octal | 262 | 165 | 121 | 0 | 42 | 66 | 36 | 26 | 47 | 63 |
| Binary | 10110010 | 1110101 | 1010001 | 0 | 100010 | 110110 | 11110 | 10110 | 100111 | 110011 |
Color Harmonies of #B27551
Complementary color
Monochromatic Colors of #B27551
Black with #B27551
Text Example
Text Example
White with #B27551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27551; }
p { color: rgb(178,117,81); }
H1.HeaderClassName
{
color: #B27551;
}
.AnyTagClassName
{
color: #B27551;
}
</style>
background-color css
<style>
a { background-color: #B27551; }
a { background-color: rgb(178,117,81); }
div.DivClassName
{
background-color: #B27551;
}
.BgClassName
{
background-color: #B27551;
}
</style>
border-color css
<style>
span { border-color: #B27551; }
span { border-color: rgb(178,117,81); }
td.TdClassName
{
border-color: #B27551;
}
.TagClassName
{
border-color: #B27551;
}
</style>