Shades of Sante Fe #B07253
Tints of Sante Fe #B07253
RGB
CMYK
RGB Variations
Color information
#B07253 (or 0xB07253) is known color: Sante Fe. HEX triplet: B0, 72 and 53. RGB value is (176,114,83). Sum of RGB (Red+Green+Blue) = 176+114+83=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B07253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07253 is #4F8DAC. Grayscale: #818181. Windows color (decimal): -5213613 or 5468848. OLE color: 5468848.
HSL color Cylindrical-coordinate representation of color #B07253: hue angle of 20º 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 #B07253 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 114 | 83 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.31 |
| HSL | 20º | 0.37% | 0.51% | - |
| HSV(B) | 20º | 0.53% | 0.69% | - |
| XYZ | 25.48 | 21.89 | 11.07 | - |
| YUV | 129 | 102.04 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 83 | 0 | 0.35 | 0.53 | 0.31 | 20 | 0.37 | 0.51 |
| Hex | B0 | 72 | 53 | 0 | 23 | 35 | 1F | 14 | 25 | 33 |
| Octal | 260 | 162 | 123 | 0 | 43 | 65 | 37 | 24 | 45 | 63 |
| Binary | 10110000 | 1110010 | 1010011 | 0 | 100011 | 110101 | 11111 | 10100 | 100101 | 110011 |
Color Harmonies of #B07253
Complementary color
Monochromatic Colors of #B07253
Black with #B07253
Text Example
Text Example
White with #B07253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07253; }
p { color: rgb(176,114,83); }
H1.HeaderClassName
{
color: #B07253;
}
.AnyTagClassName
{
color: #B07253;
}
</style>
background-color css
<style>
a { background-color: #B07253; }
a { background-color: rgb(176,114,83); }
div.DivClassName
{
background-color: #B07253;
}
.BgClassName
{
background-color: #B07253;
}
</style>
border-color css
<style>
span { border-color: #B07253; }
span { border-color: rgb(176,114,83); }
td.TdClassName
{
border-color: #B07253;
}
.TagClassName
{
border-color: #B07253;
}
</style>