Shades of Sante Fe #B56752
Tints of Sante Fe #B56752
RGB
CMYK
RGB Variations
Color information
#B56752 (or 0xB56752) is known color: Sante Fe. HEX triplet: B5, 67 and 52. RGB value is (181,103,82). Sum of RGB (Red+Green+Blue) = 181+103+82=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B56752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56752 is #4A98AD. Grayscale: #7C7C7C. Windows color (decimal): -4888750 or 5400501. OLE color: 5400501.
HSL color Cylindrical-coordinate representation of color #B56752: hue angle of 12.73º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B56752 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 82 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.29 |
| HSL | 12.73º | 0.4% | 0.52% | - |
| HSV(B) | 12.73º | 0.55% | 0.71% | - |
| XYZ | 25.43 | 20.13 | 10.53 | - |
| YUV | 123.93 | 104.34 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 82 | 0 | 0.43 | 0.55 | 0.29 | 12.73 | 0.4 | 0.52 |
| Hex | B5 | 67 | 52 | 0 | 2B | 37 | 1D | D | 28 | 34 |
| Octal | 265 | 147 | 122 | 0 | 53 | 67 | 35 | 15 | 50 | 64 |
| Binary | 10110101 | 1100111 | 1010010 | 0 | 101011 | 110111 | 11101 | 1101 | 101000 | 110100 |
Color Harmonies of #B56752
Complementary color
Monochromatic Colors of #B56752
Black with #B56752
Text Example
Text Example
White with #B56752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56752; }
p { color: rgb(181,103,82); }
H1.HeaderClassName
{
color: #B56752;
}
.AnyTagClassName
{
color: #B56752;
}
</style>
background-color css
<style>
a { background-color: #B56752; }
a { background-color: rgb(181,103,82); }
div.DivClassName
{
background-color: #B56752;
}
.BgClassName
{
background-color: #B56752;
}
</style>
border-color css
<style>
span { border-color: #B56752; }
span { border-color: rgb(181,103,82); }
td.TdClassName
{
border-color: #B56752;
}
.TagClassName
{
border-color: #B56752;
}
</style>