Shades of Sante Fe #B3715A
Tints of Sante Fe #B3715A
RGB
CMYK
RGB Variations
Color information
#B3715A (or 0xB3715A) is known color: Sante Fe. HEX triplet: B3, 71 and 5A. RGB value is (179,113,90). Sum of RGB (Red+Green+Blue) = 179+113+90=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B3715A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3715A is #4C8EA5. Grayscale: #828282. Windows color (decimal): -5017254 or 5927347. OLE color: 5927347.
HSL color Cylindrical-coordinate representation of color #B3715A: hue angle of 15.51º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3715A is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 113 | 90 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.30 |
| HSL | 15.51º | 0.37% | 0.53% | - |
| HSV(B) | 15.51º | 0.5% | 0.7% | - |
| XYZ | 26.34 | 22.13 | 12.56 | - |
| YUV | 130.11 | 105.37 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 90 | 0 | 0.37 | 0.50 | 0.30 | 15.51 | 0.37 | 0.53 |
| Hex | B3 | 71 | 5A | 0 | 25 | 32 | 1E | 10 | 25 | 35 |
| Octal | 263 | 161 | 132 | 0 | 45 | 62 | 36 | 20 | 45 | 65 |
| Binary | 10110011 | 1110001 | 1011010 | 0 | 100101 | 110010 | 11110 | 10000 | 100101 | 110101 |
Color Harmonies of #B3715A
Complementary color
Monochromatic Colors of #B3715A
Black with #B3715A
Text Example
Text Example
White with #B3715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3715A; }
p { color: rgb(179,113,90); }
H1.HeaderClassName
{
color: #B3715A;
}
.AnyTagClassName
{
color: #B3715A;
}
</style>
background-color css
<style>
a { background-color: #B3715A; }
a { background-color: rgb(179,113,90); }
div.DivClassName
{
background-color: #B3715A;
}
.BgClassName
{
background-color: #B3715A;
}
</style>
border-color css
<style>
span { border-color: #B3715A; }
span { border-color: rgb(179,113,90); }
td.TdClassName
{
border-color: #B3715A;
}
.TagClassName
{
border-color: #B3715A;
}
</style>