Shades of Sante Fe #B07250
Tints of Sante Fe #B07250
RGB
CMYK
RGB Variations
Color information
#B07250 (or 0xB07250) is known color: Sante Fe. HEX triplet: B0, 72 and 50. RGB value is (176,114,80). Sum of RGB (Red+Green+Blue) = 176+114+80=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B07250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07250 is #4F8DAF. Grayscale: #808080. Windows color (decimal): -5213616 or 5272240. OLE color: 5272240.
HSL color Cylindrical-coordinate representation of color #B07250: hue angle of 21.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B07250 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 114 | 80 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.31 |
| HSL | 21.25º | 0.38% | 0.5% | - |
| HSV(B) | 21.25º | 0.55% | 0.69% | - |
| XYZ | 25.37 | 21.84 | 10.47 | - |
| YUV | 128.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 80 | 0 | 0.35 | 0.55 | 0.31 | 21.25 | 0.38 | 0.5 |
| Hex | B0 | 72 | 50 | 0 | 23 | 37 | 1F | 15 | 26 | 32 |
| Octal | 260 | 162 | 120 | 0 | 43 | 67 | 37 | 25 | 46 | 62 |
| Binary | 10110000 | 1110010 | 1010000 | 0 | 100011 | 110111 | 11111 | 10101 | 100110 | 110010 |
Color Harmonies of #B07250
Complementary color
Monochromatic Colors of #B07250
Black with #B07250
Text Example
Text Example
White with #B07250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07250; }
p { color: rgb(176,114,80); }
H1.HeaderClassName
{
color: #B07250;
}
.AnyTagClassName
{
color: #B07250;
}
</style>
background-color css
<style>
a { background-color: #B07250; }
a { background-color: rgb(176,114,80); }
div.DivClassName
{
background-color: #B07250;
}
.BgClassName
{
background-color: #B07250;
}
</style>
border-color css
<style>
span { border-color: #B07250; }
span { border-color: rgb(176,114,80); }
td.TdClassName
{
border-color: #B07250;
}
.TagClassName
{
border-color: #B07250;
}
</style>