Shades of Sante Fe #B27550
Tints of Sante Fe #B27550
RGB
CMYK
RGB Variations
Color information
#B27550 (or 0xB27550) is known color: Sante Fe. HEX triplet: B2, 75 and 50. RGB value is (178,117,80). Sum of RGB (Red+Green+Blue) = 178+117+80=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B27550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27550 is #4D8AAF. Grayscale: #838383. Windows color (decimal): -5081776 or 5273010. OLE color: 5273010.
HSL color Cylindrical-coordinate representation of color #B27550: hue angle of 22.65º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B27550 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 80 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.30 |
| HSL | 22.65º | 0.39% | 0.51% | - |
| HSV(B) | 22.65º | 0.55% | 0.7% | - |
| XYZ | 26.17 | 22.77 | 10.6 | - |
| YUV | 131.02 | 99.21 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 80 | 0 | 0.34 | 0.55 | 0.30 | 22.65 | 0.39 | 0.51 |
| Hex | B2 | 75 | 50 | 0 | 22 | 37 | 1E | 17 | 27 | 33 |
| Octal | 262 | 165 | 120 | 0 | 42 | 67 | 36 | 27 | 47 | 63 |
| Binary | 10110010 | 1110101 | 1010000 | 0 | 100010 | 110111 | 11110 | 10111 | 100111 | 110011 |
Color Harmonies of #B27550
Complementary color
Monochromatic Colors of #B27550
Black with #B27550
Text Example
Text Example
White with #B27550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27550; }
p { color: rgb(178,117,80); }
H1.HeaderClassName
{
color: #B27550;
}
.AnyTagClassName
{
color: #B27550;
}
</style>
background-color css
<style>
a { background-color: #B27550; }
a { background-color: rgb(178,117,80); }
div.DivClassName
{
background-color: #B27550;
}
.BgClassName
{
background-color: #B27550;
}
</style>
border-color css
<style>
span { border-color: #B27550; }
span { border-color: rgb(178,117,80); }
td.TdClassName
{
border-color: #B27550;
}
.TagClassName
{
border-color: #B27550;
}
</style>