Shades of Sante Fe #B06756
Tints of Sante Fe #B06756
RGB
CMYK
RGB Variations
Color information
#B06756 (or 0xB06756) is known color: Sante Fe. HEX triplet: B0, 67 and 56. RGB value is (176,103,86). Sum of RGB (Red+Green+Blue) = 176+103+86=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B06756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06756 is #4F98A9. Grayscale: #7B7B7B. Windows color (decimal): -5216426 or 5662640. OLE color: 5662640.
HSL color Cylindrical-coordinate representation of color #B06756: hue angle of 11.33º 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 #B06756 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 86 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.31 |
| HSL | 11.33º | 0.36% | 0.51% | - |
| HSV(B) | 11.33º | 0.51% | 0.69% | - |
| XYZ | 24.43 | 19.6 | 11.3 | - |
| YUV | 122.89 | 107.18 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 86 | 0 | 0.41 | 0.51 | 0.31 | 11.33 | 0.36 | 0.51 |
| Hex | B0 | 67 | 56 | 0 | 29 | 33 | 1F | B | 24 | 33 |
| Octal | 260 | 147 | 126 | 0 | 51 | 63 | 37 | 13 | 44 | 63 |
| Binary | 10110000 | 1100111 | 1010110 | 0 | 101001 | 110011 | 11111 | 1011 | 100100 | 110011 |
Color Harmonies of #B06756
Complementary color
Monochromatic Colors of #B06756
Black with #B06756
Text Example
Text Example
White with #B06756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06756; }
p { color: rgb(176,103,86); }
H1.HeaderClassName
{
color: #B06756;
}
.AnyTagClassName
{
color: #B06756;
}
</style>
background-color css
<style>
a { background-color: #B06756; }
a { background-color: rgb(176,103,86); }
div.DivClassName
{
background-color: #B06756;
}
.BgClassName
{
background-color: #B06756;
}
</style>
border-color css
<style>
span { border-color: #B06756; }
span { border-color: rgb(176,103,86); }
td.TdClassName
{
border-color: #B06756;
}
.TagClassName
{
border-color: #B06756;
}
</style>