Shades of Sante Fe #B36558
Tints of Sante Fe #B36558
RGB
CMYK
RGB Variations
Color information
#B36558 (or 0xB36558) is known color: Sante Fe. HEX triplet: B3, 65 and 58. RGB value is (179,101,88). Sum of RGB (Red+Green+Blue) = 179+101+88=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B36558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36558 is #4C9AA7. Grayscale: #7A7A7A. Windows color (decimal): -5020328 or 5793203. OLE color: 5793203.
HSL color Cylindrical-coordinate representation of color #B36558: hue angle of 8.57º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B36558 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 88 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.30 |
| HSL | 8.57º | 0.37% | 0.52% | - |
| HSV(B) | 8.57º | 0.51% | 0.7% | - |
| XYZ | 25.01 | 19.6 | 11.7 | - |
| YUV | 122.84 | 108.34 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 88 | 0 | 0.44 | 0.51 | 0.30 | 8.57 | 0.37 | 0.52 |
| Hex | B3 | 65 | 58 | 0 | 2C | 33 | 1E | 9 | 25 | 34 |
| Octal | 263 | 145 | 130 | 0 | 54 | 63 | 36 | 11 | 45 | 64 |
| Binary | 10110011 | 1100101 | 1011000 | 0 | 101100 | 110011 | 11110 | 1001 | 100101 | 110100 |
Color Harmonies of #B36558
Complementary color
Monochromatic Colors of #B36558
Black with #B36558
Text Example
Text Example
White with #B36558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36558; }
p { color: rgb(179,101,88); }
H1.HeaderClassName
{
color: #B36558;
}
.AnyTagClassName
{
color: #B36558;
}
</style>
background-color css
<style>
a { background-color: #B36558; }
a { background-color: rgb(179,101,88); }
div.DivClassName
{
background-color: #B36558;
}
.BgClassName
{
background-color: #B36558;
}
</style>
border-color css
<style>
span { border-color: #B36558; }
span { border-color: rgb(179,101,88); }
td.TdClassName
{
border-color: #B36558;
}
.TagClassName
{
border-color: #B36558;
}
</style>