Shades of Sante Fe #B27255
Tints of Sante Fe #B27255
RGB
CMYK
RGB Variations
Color information
#B27255 (or 0xB27255) is known color: Sante Fe. HEX triplet: B2, 72 and 55. RGB value is (178,114,85). Sum of RGB (Red+Green+Blue) = 178+114+85=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B27255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27255 is #4D8DAA. Grayscale: #828282. Windows color (decimal): -5082539 or 5599922. OLE color: 5599922.
HSL color Cylindrical-coordinate representation of color #B27255: hue angle of 18.71º 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 #B27255 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 114 | 85 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.30 |
| HSL | 18.71º | 0.38% | 0.52% | - |
| HSV(B) | 18.71º | 0.52% | 0.7% | - |
| XYZ | 26.02 | 22.16 | 11.5 | - |
| YUV | 129.83 | 102.7 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 114 | 85 | 0 | 0.36 | 0.52 | 0.30 | 18.71 | 0.38 | 0.52 |
| Hex | B2 | 72 | 55 | 0 | 24 | 34 | 1E | 13 | 26 | 34 |
| Octal | 262 | 162 | 125 | 0 | 44 | 64 | 36 | 23 | 46 | 64 |
| Binary | 10110010 | 1110010 | 1010101 | 0 | 100100 | 110100 | 11110 | 10011 | 100110 | 110100 |
Color Harmonies of #B27255
Complementary color
Monochromatic Colors of #B27255
Black with #B27255
Text Example
Text Example
White with #B27255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27255; }
p { color: rgb(178,114,85); }
H1.HeaderClassName
{
color: #B27255;
}
.AnyTagClassName
{
color: #B27255;
}
</style>
background-color css
<style>
a { background-color: #B27255; }
a { background-color: rgb(178,114,85); }
div.DivClassName
{
background-color: #B27255;
}
.BgClassName
{
background-color: #B27255;
}
</style>
border-color css
<style>
span { border-color: #B27255; }
span { border-color: rgb(178,114,85); }
td.TdClassName
{
border-color: #B27255;
}
.TagClassName
{
border-color: #B27255;
}
</style>