Shades of Sante Fe #B06752
Tints of Sante Fe #B06752
RGB
CMYK
RGB Variations
Color information
#B06752 (or 0xB06752) is known color: Sante Fe. HEX triplet: B0, 67 and 52. RGB value is (176,103,82). Sum of RGB (Red+Green+Blue) = 176+103+82=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B06752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06752 is #4F98AD. Grayscale: #7A7A7A. Windows color (decimal): -5216430 or 5400496. OLE color: 5400496.
HSL color Cylindrical-coordinate representation of color #B06752: hue angle of 13.4º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B06752 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 82 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.31 |
| HSL | 13.4º | 0.37% | 0.51% | - |
| HSV(B) | 13.4º | 0.53% | 0.69% | - |
| XYZ | 24.28 | 19.54 | 10.47 | - |
| YUV | 122.43 | 105.18 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 82 | 0 | 0.41 | 0.53 | 0.31 | 13.4 | 0.37 | 0.51 |
| Hex | B0 | 67 | 52 | 0 | 29 | 35 | 1F | D | 25 | 33 |
| Octal | 260 | 147 | 122 | 0 | 51 | 65 | 37 | 15 | 45 | 63 |
| Binary | 10110000 | 1100111 | 1010010 | 0 | 101001 | 110101 | 11111 | 1101 | 100101 | 110011 |
Color Harmonies of #B06752
Complementary color
Monochromatic Colors of #B06752
Black with #B06752
Text Example
Text Example
White with #B06752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06752; }
p { color: rgb(176,103,82); }
H1.HeaderClassName
{
color: #B06752;
}
.AnyTagClassName
{
color: #B06752;
}
</style>
background-color css
<style>
a { background-color: #B06752; }
a { background-color: rgb(176,103,82); }
div.DivClassName
{
background-color: #B06752;
}
.BgClassName
{
background-color: #B06752;
}
</style>
border-color css
<style>
span { border-color: #B06752; }
span { border-color: rgb(176,103,82); }
td.TdClassName
{
border-color: #B06752;
}
.TagClassName
{
border-color: #B06752;
}
</style>