Shades of Sante Fe #B46555
Tints of Sante Fe #B46555
RGB
CMYK
RGB Variations
Color information
#B46555 (or 0xB46555) is known color: Sante Fe. HEX triplet: B4, 65 and 55. RGB value is (180,101,85). Sum of RGB (Red+Green+Blue) = 180+101+85=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B46555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46555 is #4B9AAA. Grayscale: #7A7A7A. Windows color (decimal): -4954795 or 5596596. OLE color: 5596596.
HSL color Cylindrical-coordinate representation of color #B46555: hue angle of 10.11º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B46555 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 85 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.29 |
| HSL | 10.11º | 0.39% | 0.52% | - |
| HSV(B) | 10.11º | 0.53% | 0.71% | - |
| XYZ | 25.12 | 19.67 | 11.07 | - |
| YUV | 122.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 85 | 0 | 0.44 | 0.53 | 0.29 | 10.11 | 0.39 | 0.52 |
| Hex | B4 | 65 | 55 | 0 | 2C | 35 | 1D | A | 27 | 34 |
| Octal | 264 | 145 | 125 | 0 | 54 | 65 | 35 | 12 | 47 | 64 |
| Binary | 10110100 | 1100101 | 1010101 | 0 | 101100 | 110101 | 11101 | 1010 | 100111 | 110100 |
Color Harmonies of #B46555
Complementary color
Monochromatic Colors of #B46555
Black with #B46555
Text Example
Text Example
White with #B46555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46555; }
p { color: rgb(180,101,85); }
H1.HeaderClassName
{
color: #B46555;
}
.AnyTagClassName
{
color: #B46555;
}
</style>
background-color css
<style>
a { background-color: #B46555; }
a { background-color: rgb(180,101,85); }
div.DivClassName
{
background-color: #B46555;
}
.BgClassName
{
background-color: #B46555;
}
</style>
border-color css
<style>
span { border-color: #B46555; }
span { border-color: rgb(180,101,85); }
td.TdClassName
{
border-color: #B46555;
}
.TagClassName
{
border-color: #B46555;
}
</style>