Shades of Sante Fe #B27353
Tints of Sante Fe #B27353
RGB
CMYK
RGB Variations
Color information
#B27353 (or 0xB27353) is known color: Sante Fe. HEX triplet: B2, 73 and 53. RGB value is (178,115,83). Sum of RGB (Red+Green+Blue) = 178+115+83=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B27353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27353 is #4D8CAC. Grayscale: #828282. Windows color (decimal): -5082285 or 5469106. OLE color: 5469106.
HSL color Cylindrical-coordinate representation of color #B27353: hue angle of 20.21º 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 #B27353 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 83 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.30 |
| HSL | 20.21º | 0.38% | 0.51% | - |
| HSV(B) | 20.21º | 0.53% | 0.7% | - |
| XYZ | 26.05 | 22.35 | 11.12 | - |
| YUV | 130.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 83 | 0 | 0.35 | 0.53 | 0.30 | 20.21 | 0.38 | 0.51 |
| Hex | B2 | 73 | 53 | 0 | 23 | 35 | 1E | 14 | 26 | 33 |
| Octal | 262 | 163 | 123 | 0 | 43 | 65 | 36 | 24 | 46 | 63 |
| Binary | 10110010 | 1110011 | 1010011 | 0 | 100011 | 110101 | 11110 | 10100 | 100110 | 110011 |
Color Harmonies of #B27353
Complementary color
Monochromatic Colors of #B27353
Black with #B27353
Text Example
Text Example
White with #B27353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27353; }
p { color: rgb(178,115,83); }
H1.HeaderClassName
{
color: #B27353;
}
.AnyTagClassName
{
color: #B27353;
}
</style>
background-color css
<style>
a { background-color: #B27353; }
a { background-color: rgb(178,115,83); }
div.DivClassName
{
background-color: #B27353;
}
.BgClassName
{
background-color: #B27353;
}
</style>
border-color css
<style>
span { border-color: #B27353; }
span { border-color: rgb(178,115,83); }
td.TdClassName
{
border-color: #B27353;
}
.TagClassName
{
border-color: #B27353;
}
</style>