Shades of Sante Fe #B46B59
Tints of Sante Fe #B46B59
RGB
CMYK
RGB Variations
Color information
#B46B59 (or 0xB46B59) is known color: Sante Fe. HEX triplet: B4, 6B and 59. RGB value is (180,107,89). Sum of RGB (Red+Green+Blue) = 180+107+89=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B59 is #4B94A6. Grayscale: #7E7E7E. Windows color (decimal): -4953255 or 5860276. OLE color: 5860276.
HSL color Cylindrical-coordinate representation of color #B46B59: hue angle of 11.87º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B46B59 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 107 | 89 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.29 |
| HSL | 11.87º | 0.38% | 0.53% | - |
| HSV(B) | 11.87º | 0.51% | 0.71% | - |
| XYZ | 25.88 | 20.94 | 12.13 | - |
| YUV | 126.78 | 106.68 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 107 | 89 | 0 | 0.41 | 0.51 | 0.29 | 11.87 | 0.38 | 0.53 |
| Hex | B4 | 6B | 59 | 0 | 29 | 33 | 1D | C | 26 | 35 |
| Octal | 264 | 153 | 131 | 0 | 51 | 63 | 35 | 14 | 46 | 65 |
| Binary | 10110100 | 1101011 | 1011001 | 0 | 101001 | 110011 | 11101 | 1100 | 100110 | 110101 |
Color Harmonies of #B46B59
Complementary color
Monochromatic Colors of #B46B59
Black with #B46B59
Text Example
Text Example
White with #B46B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46B59; }
p { color: rgb(180,107,89); }
H1.HeaderClassName
{
color: #B46B59;
}
.AnyTagClassName
{
color: #B46B59;
}
</style>
background-color css
<style>
a { background-color: #B46B59; }
a { background-color: rgb(180,107,89); }
div.DivClassName
{
background-color: #B46B59;
}
.BgClassName
{
background-color: #B46B59;
}
</style>
border-color css
<style>
span { border-color: #B46B59; }
span { border-color: rgb(180,107,89); }
td.TdClassName
{
border-color: #B46B59;
}
.TagClassName
{
border-color: #B46B59;
}
</style>