Shades of Sante Fe #B07353
Tints of Sante Fe #B07353
RGB
CMYK
RGB Variations
Color information
#B07353 (or 0xB07353) is known color: Sante Fe. HEX triplet: B0, 73 and 53. RGB value is (176,115,83). Sum of RGB (Red+Green+Blue) = 176+115+83=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B07353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07353 is #4F8CAC. Grayscale: #818181. Windows color (decimal): -5213357 or 5469104. OLE color: 5469104.
HSL color Cylindrical-coordinate representation of color #B07353: hue angle of 20.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B07353 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 83 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.31 |
| HSL | 20.65º | 0.37% | 0.51% | - |
| HSV(B) | 20.65º | 0.53% | 0.69% | - |
| XYZ | 25.6 | 22.12 | 11.1 | - |
| YUV | 129.59 | 101.71 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 83 | 0 | 0.35 | 0.53 | 0.31 | 20.65 | 0.37 | 0.51 |
| Hex | B0 | 73 | 53 | 0 | 23 | 35 | 1F | 15 | 25 | 33 |
| Octal | 260 | 163 | 123 | 0 | 43 | 65 | 37 | 25 | 45 | 63 |
| Binary | 10110000 | 1110011 | 1010011 | 0 | 100011 | 110101 | 11111 | 10101 | 100101 | 110011 |
Color Harmonies of #B07353
Complementary color
Monochromatic Colors of #B07353
Black with #B07353
Text Example
Text Example
White with #B07353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07353; }
p { color: rgb(176,115,83); }
H1.HeaderClassName
{
color: #B07353;
}
.AnyTagClassName
{
color: #B07353;
}
</style>
background-color css
<style>
a { background-color: #B07353; }
a { background-color: rgb(176,115,83); }
div.DivClassName
{
background-color: #B07353;
}
.BgClassName
{
background-color: #B07353;
}
</style>
border-color css
<style>
span { border-color: #B07353; }
span { border-color: rgb(176,115,83); }
td.TdClassName
{
border-color: #B07353;
}
.TagClassName
{
border-color: #B07353;
}
</style>