Shades of Sante Fe #B36353
Tints of Sante Fe #B36353
RGB
CMYK
RGB Variations
Color information
#B36353 (or 0xB36353) is known color: Sante Fe. HEX triplet: B3, 63 and 53. RGB value is (179,99,83). Sum of RGB (Red+Green+Blue) = 179+99+83=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B36353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36353 is #4C9CAC. Grayscale: #797979. Windows color (decimal): -5020845 or 5465011. OLE color: 5465011.
HSL color Cylindrical-coordinate representation of color #B36353: hue angle of 10º 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 #B36353 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 83 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.30 |
| HSL | 10º | 0.39% | 0.51% | - |
| HSV(B) | 10º | 0.54% | 0.7% | - |
| XYZ | 24.61 | 19.13 | 10.58 | - |
| YUV | 121.1 | 106.5 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 83 | 0 | 0.45 | 0.54 | 0.30 | 10 | 0.39 | 0.51 |
| Hex | B3 | 63 | 53 | 0 | 2D | 36 | 1E | A | 27 | 33 |
| Octal | 263 | 143 | 123 | 0 | 55 | 66 | 36 | 12 | 47 | 63 |
| Binary | 10110011 | 1100011 | 1010011 | 0 | 101101 | 110110 | 11110 | 1010 | 100111 | 110011 |
Color Harmonies of #B36353
Complementary color
Monochromatic Colors of #B36353
Black with #B36353
Text Example
Text Example
White with #B36353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36353; }
p { color: rgb(179,99,83); }
H1.HeaderClassName
{
color: #B36353;
}
.AnyTagClassName
{
color: #B36353;
}
</style>
background-color css
<style>
a { background-color: #B36353; }
a { background-color: rgb(179,99,83); }
div.DivClassName
{
background-color: #B36353;
}
.BgClassName
{
background-color: #B36353;
}
</style>
border-color css
<style>
span { border-color: #B36353; }
span { border-color: rgb(179,99,83); }
td.TdClassName
{
border-color: #B36353;
}
.TagClassName
{
border-color: #B36353;
}
</style>