Shades of Sante Fe #B07354
Tints of Sante Fe #B07354
RGB
CMYK
RGB Variations
Color information
#B07354 (or 0xB07354) is known color: Sante Fe. HEX triplet: B0, 73 and 54. RGB value is (176,115,84). Sum of RGB (Red+Green+Blue) = 176+115+84=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B07354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07354 is #4F8CAB. Grayscale: #818181. Windows color (decimal): -5213356 or 5534640. OLE color: 5534640.
HSL color Cylindrical-coordinate representation of color #B07354: hue angle of 20.22º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B07354 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 84 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.31 |
| HSL | 20.22º | 0.37% | 0.51% | - |
| HSV(B) | 20.22º | 0.52% | 0.69% | - |
| XYZ | 25.64 | 22.13 | 11.31 | - |
| YUV | 129.71 | 102.21 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 84 | 0 | 0.35 | 0.52 | 0.31 | 20.22 | 0.37 | 0.51 |
| Hex | B0 | 73 | 54 | 0 | 23 | 34 | 1F | 14 | 25 | 33 |
| Octal | 260 | 163 | 124 | 0 | 43 | 64 | 37 | 24 | 45 | 63 |
| Binary | 10110000 | 1110011 | 1010100 | 0 | 100011 | 110100 | 11111 | 10100 | 100101 | 110011 |
Color Harmonies of #B07354
Complementary color
Monochromatic Colors of #B07354
Black with #B07354
Text Example
Text Example
White with #B07354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07354; }
p { color: rgb(176,115,84); }
H1.HeaderClassName
{
color: #B07354;
}
.AnyTagClassName
{
color: #B07354;
}
</style>
background-color css
<style>
a { background-color: #B07354; }
a { background-color: rgb(176,115,84); }
div.DivClassName
{
background-color: #B07354;
}
.BgClassName
{
background-color: #B07354;
}
</style>
border-color css
<style>
span { border-color: #B07354; }
span { border-color: rgb(176,115,84); }
td.TdClassName
{
border-color: #B07354;
}
.TagClassName
{
border-color: #B07354;
}
</style>