Shades of Sante Fe #B07256
Tints of Sante Fe #B07256
RGB
CMYK
RGB Variations
Color information
#B07256 (or 0xB07256) is known color: Sante Fe. HEX triplet: B0, 72 and 56. RGB value is (176,114,86). Sum of RGB (Red+Green+Blue) = 176+114+86=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B07256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07256 is #4F8DA9. Grayscale: #818181. Windows color (decimal): -5213610 or 5665456. OLE color: 5665456.
HSL color Cylindrical-coordinate representation of color #B07256: hue angle of 18.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B07256 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 114 | 86 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.31 |
| HSL | 18.67º | 0.36% | 0.51% | - |
| HSV(B) | 18.67º | 0.51% | 0.69% | - |
| XYZ | 25.6 | 21.94 | 11.69 | - |
| YUV | 129.35 | 103.54 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 86 | 0 | 0.35 | 0.51 | 0.31 | 18.67 | 0.36 | 0.51 |
| Hex | B0 | 72 | 56 | 0 | 23 | 33 | 1F | 13 | 24 | 33 |
| Octal | 260 | 162 | 126 | 0 | 43 | 63 | 37 | 23 | 44 | 63 |
| Binary | 10110000 | 1110010 | 1010110 | 0 | 100011 | 110011 | 11111 | 10011 | 100100 | 110011 |
Color Harmonies of #B07256
Complementary color
Monochromatic Colors of #B07256
Black with #B07256
Text Example
Text Example
White with #B07256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07256; }
p { color: rgb(176,114,86); }
H1.HeaderClassName
{
color: #B07256;
}
.AnyTagClassName
{
color: #B07256;
}
</style>
background-color css
<style>
a { background-color: #B07256; }
a { background-color: rgb(176,114,86); }
div.DivClassName
{
background-color: #B07256;
}
.BgClassName
{
background-color: #B07256;
}
</style>
border-color css
<style>
span { border-color: #B07256; }
span { border-color: rgb(176,114,86); }
td.TdClassName
{
border-color: #B07256;
}
.TagClassName
{
border-color: #B07256;
}
</style>