Shades of Sante Fe #B56D4C
Tints of Sante Fe #B56D4C
RGB
CMYK
RGB Variations
Color information
#B56D4C (or 0xB56D4C) is known color: Sante Fe. HEX triplet: B5, 6D and 4C. RGB value is (181,109,76). Sum of RGB (Red+Green+Blue) = 181+109+76=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56D4C is #4A92B3. Grayscale: #7E7E7E. Windows color (decimal): -4887220 or 5008821. OLE color: 5008821.
HSL color Cylindrical-coordinate representation of color #B56D4C: hue angle of 18.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B56D4C is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 109 | 76 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.29 |
| HSL | 18.86º | 0.42% | 0.5% | - |
| HSV(B) | 18.86º | 0.58% | 0.71% | - |
| XYZ | 25.83 | 21.28 | 9.58 | - |
| YUV | 126.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 76 | 0 | 0.40 | 0.58 | 0.29 | 18.86 | 0.42 | 0.5 |
| Hex | B5 | 6D | 4C | 0 | 28 | 3A | 1D | 13 | 2A | 32 |
| Octal | 265 | 155 | 114 | 0 | 50 | 72 | 35 | 23 | 52 | 62 |
| Binary | 10110101 | 1101101 | 1001100 | 0 | 101000 | 111010 | 11101 | 10011 | 101010 | 110010 |
Color Harmonies of #B56D4C
Complementary color
Monochromatic Colors of #B56D4C
Black with #B56D4C
Text Example
Text Example
White with #B56D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56D4C; }
p { color: rgb(181,109,76); }
H1.HeaderClassName
{
color: #B56D4C;
}
.AnyTagClassName
{
color: #B56D4C;
}
</style>
background-color css
<style>
a { background-color: #B56D4C; }
a { background-color: rgb(181,109,76); }
div.DivClassName
{
background-color: #B56D4C;
}
.BgClassName
{
background-color: #B56D4C;
}
</style>
border-color css
<style>
span { border-color: #B56D4C; }
span { border-color: rgb(181,109,76); }
td.TdClassName
{
border-color: #B56D4C;
}
.TagClassName
{
border-color: #B56D4C;
}
</style>