Shades of Sante Fe #B56A58
Tints of Sante Fe #B56A58
RGB
CMYK
RGB Variations
Color information
#B56A58 (or 0xB56A58) is known color: Sante Fe. HEX triplet: B5, 6A and 58. RGB value is (181,106,88). Sum of RGB (Red+Green+Blue) = 181+106+88=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A58 is #4A95A7. Grayscale: #7E7E7E. Windows color (decimal): -4887976 or 5794485. OLE color: 5794485.
HSL color Cylindrical-coordinate representation of color #B56A58: hue angle of 11.61º degrees, saturation: 0.39, 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 #B56A58 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 106 | 88 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.29 |
| HSL | 11.61º | 0.39% | 0.53% | - |
| HSV(B) | 11.61º | 0.51% | 0.71% | - |
| XYZ | 25.97 | 20.84 | 11.89 | - |
| YUV | 126.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 88 | 0 | 0.41 | 0.51 | 0.29 | 11.61 | 0.39 | 0.53 |
| Hex | B5 | 6A | 58 | 0 | 29 | 33 | 1D | C | 27 | 35 |
| Octal | 265 | 152 | 130 | 0 | 51 | 63 | 35 | 14 | 47 | 65 |
| Binary | 10110101 | 1101010 | 1011000 | 0 | 101001 | 110011 | 11101 | 1100 | 100111 | 110101 |
Color Harmonies of #B56A58
Complementary color
Monochromatic Colors of #B56A58
Black with #B56A58
Text Example
Text Example
White with #B56A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56A58; }
p { color: rgb(181,106,88); }
H1.HeaderClassName
{
color: #B56A58;
}
.AnyTagClassName
{
color: #B56A58;
}
</style>
background-color css
<style>
a { background-color: #B56A58; }
a { background-color: rgb(181,106,88); }
div.DivClassName
{
background-color: #B56A58;
}
.BgClassName
{
background-color: #B56A58;
}
</style>
border-color css
<style>
span { border-color: #B56A58; }
span { border-color: rgb(181,106,88); }
td.TdClassName
{
border-color: #B56A58;
}
.TagClassName
{
border-color: #B56A58;
}
</style>