Shades of Sante Fe #B06F53
Tints of Sante Fe #B06F53
RGB
CMYK
RGB Variations
Color information
#B06F53 (or 0xB06F53) is known color: Sante Fe. HEX triplet: B0, 6F and 53. RGB value is (176,111,83). Sum of RGB (Red+Green+Blue) = 176+111+83=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F53 is #4F90AC. Grayscale: #7F7F7F. Windows color (decimal): -5214381 or 5468080. OLE color: 5468080.
HSL color Cylindrical-coordinate representation of color #B06F53: hue angle of 18.06º 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 #B06F53 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 83 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.31 |
| HSL | 18.06º | 0.37% | 0.51% | - |
| HSV(B) | 18.06º | 0.53% | 0.69% | - |
| XYZ | 25.15 | 21.22 | 10.95 | - |
| YUV | 127.24 | 103.03 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 83 | 0 | 0.37 | 0.53 | 0.31 | 18.06 | 0.37 | 0.51 |
| Hex | B0 | 6F | 53 | 0 | 25 | 35 | 1F | 12 | 25 | 33 |
| Octal | 260 | 157 | 123 | 0 | 45 | 65 | 37 | 22 | 45 | 63 |
| Binary | 10110000 | 1101111 | 1010011 | 0 | 100101 | 110101 | 11111 | 10010 | 100101 | 110011 |
Color Harmonies of #B06F53
Complementary color
Monochromatic Colors of #B06F53
Black with #B06F53
Text Example
Text Example
White with #B06F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F53; }
p { color: rgb(176,111,83); }
H1.HeaderClassName
{
color: #B06F53;
}
.AnyTagClassName
{
color: #B06F53;
}
</style>
background-color css
<style>
a { background-color: #B06F53; }
a { background-color: rgb(176,111,83); }
div.DivClassName
{
background-color: #B06F53;
}
.BgClassName
{
background-color: #B06F53;
}
</style>
border-color css
<style>
span { border-color: #B06F53; }
span { border-color: rgb(176,111,83); }
td.TdClassName
{
border-color: #B06F53;
}
.TagClassName
{
border-color: #B06F53;
}
</style>