Shades of Sante Fe #B56553
Tints of Sante Fe #B56553
RGB
CMYK
RGB Variations
Color information
#B56553 (or 0xB56553) is known color: Sante Fe. HEX triplet: B5, 65 and 53. RGB value is (181,101,83). Sum of RGB (Red+Green+Blue) = 181+101+83=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B56553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56553 is #4A9AAC. Grayscale: #7B7B7B. Windows color (decimal): -4889261 or 5465525. OLE color: 5465525.
HSL color Cylindrical-coordinate representation of color #B56553: hue angle of 11.02º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B56553 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 83 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.29 |
| HSL | 11.02º | 0.4% | 0.52% | - |
| HSV(B) | 11.02º | 0.54% | 0.71% | - |
| XYZ | 25.27 | 19.76 | 10.66 | - |
| YUV | 122.87 | 105.5 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 83 | 0 | 0.44 | 0.54 | 0.29 | 11.02 | 0.4 | 0.52 |
| Hex | B5 | 65 | 53 | 0 | 2C | 36 | 1D | B | 28 | 34 |
| Octal | 265 | 145 | 123 | 0 | 54 | 66 | 35 | 13 | 50 | 64 |
| Binary | 10110101 | 1100101 | 1010011 | 0 | 101100 | 110110 | 11101 | 1011 | 101000 | 110100 |
Color Harmonies of #B56553
Complementary color
Monochromatic Colors of #B56553
Black with #B56553
Text Example
Text Example
White with #B56553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56553; }
p { color: rgb(181,101,83); }
H1.HeaderClassName
{
color: #B56553;
}
.AnyTagClassName
{
color: #B56553;
}
</style>
background-color css
<style>
a { background-color: #B56553; }
a { background-color: rgb(181,101,83); }
div.DivClassName
{
background-color: #B56553;
}
.BgClassName
{
background-color: #B56553;
}
</style>
border-color css
<style>
span { border-color: #B56553; }
span { border-color: rgb(181,101,83); }
td.TdClassName
{
border-color: #B56553;
}
.TagClassName
{
border-color: #B56553;
}
</style>