Shades of Sante Fe #B07555
Tints of Sante Fe #B07555
RGB
CMYK
RGB Variations
Color information
#B07555 (or 0xB07555) is known color: Sante Fe. HEX triplet: B0, 75 and 55. RGB value is (176,117,85). Sum of RGB (Red+Green+Blue) = 176+117+85=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B07555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07555 is #4F8AAA. Grayscale: #838383. Windows color (decimal): -5212843 or 5600688. OLE color: 5600688.
HSL color Cylindrical-coordinate representation of color #B07555: hue angle of 21.1º 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 #B07555 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 85 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.31 |
| HSL | 21.1º | 0.37% | 0.51% | - |
| HSV(B) | 21.1º | 0.52% | 0.69% | - |
| XYZ | 25.91 | 22.61 | 11.59 | - |
| YUV | 130.99 | 102.05 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 85 | 0 | 0.34 | 0.52 | 0.31 | 21.1 | 0.37 | 0.51 |
| Hex | B0 | 75 | 55 | 0 | 22 | 34 | 1F | 15 | 25 | 33 |
| Octal | 260 | 165 | 125 | 0 | 42 | 64 | 37 | 25 | 45 | 63 |
| Binary | 10110000 | 1110101 | 1010101 | 0 | 100010 | 110100 | 11111 | 10101 | 100101 | 110011 |
Color Harmonies of #B07555
Complementary color
Monochromatic Colors of #B07555
Black with #B07555
Text Example
Text Example
White with #B07555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07555; }
p { color: rgb(176,117,85); }
H1.HeaderClassName
{
color: #B07555;
}
.AnyTagClassName
{
color: #B07555;
}
</style>
background-color css
<style>
a { background-color: #B07555; }
a { background-color: rgb(176,117,85); }
div.DivClassName
{
background-color: #B07555;
}
.BgClassName
{
background-color: #B07555;
}
</style>
border-color css
<style>
span { border-color: #B07555; }
span { border-color: rgb(176,117,85); }
td.TdClassName
{
border-color: #B07555;
}
.TagClassName
{
border-color: #B07555;
}
</style>