Shades of Sante Fe #B3735C
Tints of Sante Fe #B3735C
RGB
CMYK
RGB Variations
Color information
#B3735C (or 0xB3735C) is known color: Sante Fe. HEX triplet: B3, 73 and 5C. RGB value is (179,115,92). Sum of RGB (Red+Green+Blue) = 179+115+92=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B3735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3735C is #4C8CA3. Grayscale: #838383. Windows color (decimal): -5016740 or 6058931. OLE color: 6058931.
HSL color Cylindrical-coordinate representation of color #B3735C: hue angle of 15.86º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B3735C is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 115 | 92 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.30 |
| HSL | 15.86º | 0.36% | 0.53% | - |
| HSV(B) | 15.86º | 0.49% | 0.7% | - |
| XYZ | 26.65 | 22.62 | 13.09 | - |
| YUV | 131.51 | 105.7 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 92 | 0 | 0.36 | 0.49 | 0.30 | 15.86 | 0.36 | 0.53 |
| Hex | B3 | 73 | 5C | 0 | 24 | 31 | 1E | 10 | 24 | 35 |
| Octal | 263 | 163 | 134 | 0 | 44 | 61 | 36 | 20 | 44 | 65 |
| Binary | 10110011 | 1110011 | 1011100 | 0 | 100100 | 110001 | 11110 | 10000 | 100100 | 110101 |
Color Harmonies of #B3735C
Complementary color
Monochromatic Colors of #B3735C
Black with #B3735C
Text Example
Text Example
White with #B3735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3735C; }
p { color: rgb(179,115,92); }
H1.HeaderClassName
{
color: #B3735C;
}
.AnyTagClassName
{
color: #B3735C;
}
</style>
background-color css
<style>
a { background-color: #B3735C; }
a { background-color: rgb(179,115,92); }
div.DivClassName
{
background-color: #B3735C;
}
.BgClassName
{
background-color: #B3735C;
}
</style>
border-color css
<style>
span { border-color: #B3735C; }
span { border-color: rgb(179,115,92); }
td.TdClassName
{
border-color: #B3735C;
}
.TagClassName
{
border-color: #B3735C;
}
</style>