Shades of Sante Fe #B5654D
Tints of Sante Fe #B5654D
RGB
CMYK
RGB Variations
Color information
#B5654D (or 0xB5654D) is known color: Sante Fe. HEX triplet: B5, 65 and 4D. RGB value is (181,101,77). Sum of RGB (Red+Green+Blue) = 181+101+77=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5654D is #4A9AB2. Grayscale: #7A7A7A. Windows color (decimal): -4889267 or 5072309. OLE color: 5072309.
HSL color Cylindrical-coordinate representation of color #B5654D: hue angle of 13.85º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5654D is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 77 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.29 |
| HSL | 13.85º | 0.41% | 0.51% | - |
| HSV(B) | 13.85º | 0.57% | 0.71% | - |
| XYZ | 25.05 | 19.67 | 9.5 | - |
| YUV | 122.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 77 | 0 | 0.44 | 0.57 | 0.29 | 13.85 | 0.41 | 0.51 |
| Hex | B5 | 65 | 4D | 0 | 2C | 39 | 1D | E | 29 | 33 |
| Octal | 265 | 145 | 115 | 0 | 54 | 71 | 35 | 16 | 51 | 63 |
| Binary | 10110101 | 1100101 | 1001101 | 0 | 101100 | 111001 | 11101 | 1110 | 101001 | 110011 |
Color Harmonies of #B5654D
Complementary color
Monochromatic Colors of #B5654D
Black with #B5654D
Text Example
Text Example
White with #B5654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5654D; }
p { color: rgb(181,101,77); }
H1.HeaderClassName
{
color: #B5654D;
}
.AnyTagClassName
{
color: #B5654D;
}
</style>
background-color css
<style>
a { background-color: #B5654D; }
a { background-color: rgb(181,101,77); }
div.DivClassName
{
background-color: #B5654D;
}
.BgClassName
{
background-color: #B5654D;
}
</style>
border-color css
<style>
span { border-color: #B5654D; }
span { border-color: rgb(181,101,77); }
td.TdClassName
{
border-color: #B5654D;
}
.TagClassName
{
border-color: #B5654D;
}
</style>