Shades of Sante Fe #B07358
Tints of Sante Fe #B07358
RGB
CMYK
RGB Variations
Color information
#B07358 (or 0xB07358) is known color: Sante Fe. HEX triplet: B0, 73 and 58. RGB value is (176,115,88). Sum of RGB (Red+Green+Blue) = 176+115+88=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B07358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07358 is #4F8CA7. Grayscale: #828282. Windows color (decimal): -5213352 or 5796784. OLE color: 5796784.
HSL color Cylindrical-coordinate representation of color #B07358: hue angle of 18.41º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B07358 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 88 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.31 |
| HSL | 18.41º | 0.36% | 0.52% | - |
| HSV(B) | 18.41º | 0.5% | 0.69% | - |
| XYZ | 25.8 | 22.2 | 12.16 | - |
| YUV | 130.16 | 104.21 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 88 | 0 | 0.35 | 0.50 | 0.31 | 18.41 | 0.36 | 0.52 |
| Hex | B0 | 73 | 58 | 0 | 23 | 32 | 1F | 12 | 24 | 34 |
| Octal | 260 | 163 | 130 | 0 | 43 | 62 | 37 | 22 | 44 | 64 |
| Binary | 10110000 | 1110011 | 1011000 | 0 | 100011 | 110010 | 11111 | 10010 | 100100 | 110100 |
Color Harmonies of #B07358
Complementary color
Monochromatic Colors of #B07358
Black with #B07358
Text Example
Text Example
White with #B07358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07358; }
p { color: rgb(176,115,88); }
H1.HeaderClassName
{
color: #B07358;
}
.AnyTagClassName
{
color: #B07358;
}
</style>
background-color css
<style>
a { background-color: #B07358; }
a { background-color: rgb(176,115,88); }
div.DivClassName
{
background-color: #B07358;
}
.BgClassName
{
background-color: #B07358;
}
</style>
border-color css
<style>
span { border-color: #B07358; }
span { border-color: rgb(176,115,88); }
td.TdClassName
{
border-color: #B07358;
}
.TagClassName
{
border-color: #B07358;
}
</style>