Shades of Sante Fe #B46457
Tints of Sante Fe #B46457
RGB
CMYK
RGB Variations
Color information
#B46457 (or 0xB46457) is known color: Sante Fe. HEX triplet: B4, 64 and 57. RGB value is (180,100,87). Sum of RGB (Red+Green+Blue) = 180+100+87=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B46457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46457 is #4B9BA8. Grayscale: #7A7A7A. Windows color (decimal): -4955049 or 5727412. OLE color: 5727412.
HSL color Cylindrical-coordinate representation of color #B46457: hue angle of 8.39º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B46457 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 100 | 87 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.29 |
| HSL | 8.39º | 0.38% | 0.52% | - |
| HSV(B) | 8.39º | 0.52% | 0.71% | - |
| XYZ | 25.1 | 19.51 | 11.46 | - |
| YUV | 122.44 | 108 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 87 | 0 | 0.44 | 0.52 | 0.29 | 8.39 | 0.38 | 0.52 |
| Hex | B4 | 64 | 57 | 0 | 2C | 34 | 1D | 8 | 26 | 34 |
| Octal | 264 | 144 | 127 | 0 | 54 | 64 | 35 | 10 | 46 | 64 |
| Binary | 10110100 | 1100100 | 1010111 | 0 | 101100 | 110100 | 11101 | 1000 | 100110 | 110100 |
Color Harmonies of #B46457
Complementary color
Monochromatic Colors of #B46457
Black with #B46457
Text Example
Text Example
White with #B46457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46457; }
p { color: rgb(180,100,87); }
H1.HeaderClassName
{
color: #B46457;
}
.AnyTagClassName
{
color: #B46457;
}
</style>
background-color css
<style>
a { background-color: #B46457; }
a { background-color: rgb(180,100,87); }
div.DivClassName
{
background-color: #B46457;
}
.BgClassName
{
background-color: #B46457;
}
</style>
border-color css
<style>
span { border-color: #B46457; }
span { border-color: rgb(180,100,87); }
td.TdClassName
{
border-color: #B46457;
}
.TagClassName
{
border-color: #B46457;
}
</style>