Shades of Sante Fe #B07655
Tints of Sante Fe #B07655
RGB
CMYK
RGB Variations
Color information
#B07655 (or 0xB07655) is known color: Sante Fe. HEX triplet: B0, 76 and 55. RGB value is (176,118,85). Sum of RGB (Red+Green+Blue) = 176+118+85=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B07655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07655 is #4F89AA. Grayscale: #838383. Windows color (decimal): -5212587 or 5600944. OLE color: 5600944.
HSL color Cylindrical-coordinate representation of color #B07655: hue angle of 21.76º 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 #B07655 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 118 | 85 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.31 |
| HSL | 21.76º | 0.37% | 0.51% | - |
| HSV(B) | 21.76º | 0.52% | 0.69% | - |
| XYZ | 26.02 | 22.84 | 11.63 | - |
| YUV | 131.58 | 101.72 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 85 | 0 | 0.33 | 0.52 | 0.31 | 21.76 | 0.37 | 0.51 |
| Hex | B0 | 76 | 55 | 0 | 21 | 34 | 1F | 16 | 25 | 33 |
| Octal | 260 | 166 | 125 | 0 | 41 | 64 | 37 | 26 | 45 | 63 |
| Binary | 10110000 | 1110110 | 1010101 | 0 | 100001 | 110100 | 11111 | 10110 | 100101 | 110011 |
Color Harmonies of #B07655
Complementary color
Monochromatic Colors of #B07655
Black with #B07655
Text Example
Text Example
White with #B07655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07655; }
p { color: rgb(176,118,85); }
H1.HeaderClassName
{
color: #B07655;
}
.AnyTagClassName
{
color: #B07655;
}
</style>
background-color css
<style>
a { background-color: #B07655; }
a { background-color: rgb(176,118,85); }
div.DivClassName
{
background-color: #B07655;
}
.BgClassName
{
background-color: #B07655;
}
</style>
border-color css
<style>
span { border-color: #B07655; }
span { border-color: rgb(176,118,85); }
td.TdClassName
{
border-color: #B07655;
}
.TagClassName
{
border-color: #B07655;
}
</style>