Shades of Sante Fe #B27553
Tints of Sante Fe #B27553
RGB
CMYK
RGB Variations
Color information
#B27553 (or 0xB27553) is known color: Sante Fe. HEX triplet: B2, 75 and 53. RGB value is (178,117,83). Sum of RGB (Red+Green+Blue) = 178+117+83=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B27553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27553 is #4D8AAC. Grayscale: #838383. Windows color (decimal): -5081773 or 5469618. OLE color: 5469618.
HSL color Cylindrical-coordinate representation of color #B27553: hue angle of 21.47º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B27553 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 83 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.30 |
| HSL | 21.47º | 0.38% | 0.51% | - |
| HSV(B) | 21.47º | 0.53% | 0.7% | - |
| XYZ | 26.28 | 22.81 | 11.2 | - |
| YUV | 131.36 | 100.71 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 83 | 0 | 0.34 | 0.53 | 0.30 | 21.47 | 0.38 | 0.51 |
| Hex | B2 | 75 | 53 | 0 | 22 | 35 | 1E | 15 | 26 | 33 |
| Octal | 262 | 165 | 123 | 0 | 42 | 65 | 36 | 25 | 46 | 63 |
| Binary | 10110010 | 1110101 | 1010011 | 0 | 100010 | 110101 | 11110 | 10101 | 100110 | 110011 |
Color Harmonies of #B27553
Complementary color
Monochromatic Colors of #B27553
Black with #B27553
Text Example
Text Example
White with #B27553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27553; }
p { color: rgb(178,117,83); }
H1.HeaderClassName
{
color: #B27553;
}
.AnyTagClassName
{
color: #B27553;
}
</style>
background-color css
<style>
a { background-color: #B27553; }
a { background-color: rgb(178,117,83); }
div.DivClassName
{
background-color: #B27553;
}
.BgClassName
{
background-color: #B27553;
}
</style>
border-color css
<style>
span { border-color: #B27553; }
span { border-color: rgb(178,117,83); }
td.TdClassName
{
border-color: #B27553;
}
.TagClassName
{
border-color: #B27553;
}
</style>