Shades of Sante Fe #B36D4D
Tints of Sante Fe #B36D4D
RGB
CMYK
RGB Variations
Color information
#B36D4D (or 0xB36D4D) is known color: Sante Fe. HEX triplet: B3, 6D and 4D. RGB value is (179,109,77). Sum of RGB (Red+Green+Blue) = 179+109+77=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36D4D is #4C92B2. Grayscale: #7E7E7E. Windows color (decimal): -5018291 or 5074355. OLE color: 5074355.
HSL color Cylindrical-coordinate representation of color #B36D4D: hue angle of 18.82º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B36D4D is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 109 | 77 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.30 |
| HSL | 18.82º | 0.4% | 0.5% | - |
| HSV(B) | 18.82º | 0.57% | 0.7% | - |
| XYZ | 25.4 | 21.06 | 9.75 | - |
| YUV | 126.28 | 100.19 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 77 | 0 | 0.39 | 0.57 | 0.30 | 18.82 | 0.4 | 0.5 |
| Hex | B3 | 6D | 4D | 0 | 27 | 39 | 1E | 13 | 28 | 32 |
| Octal | 263 | 155 | 115 | 0 | 47 | 71 | 36 | 23 | 50 | 62 |
| Binary | 10110011 | 1101101 | 1001101 | 0 | 100111 | 111001 | 11110 | 10011 | 101000 | 110010 |
Color Harmonies of #B36D4D
Complementary color
Monochromatic Colors of #B36D4D
Black with #B36D4D
Text Example
Text Example
White with #B36D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36D4D; }
p { color: rgb(179,109,77); }
H1.HeaderClassName
{
color: #B36D4D;
}
.AnyTagClassName
{
color: #B36D4D;
}
</style>
background-color css
<style>
a { background-color: #B36D4D; }
a { background-color: rgb(179,109,77); }
div.DivClassName
{
background-color: #B36D4D;
}
.BgClassName
{
background-color: #B36D4D;
}
</style>
border-color css
<style>
span { border-color: #B36D4D; }
span { border-color: rgb(179,109,77); }
td.TdClassName
{
border-color: #B36D4D;
}
.TagClassName
{
border-color: #B36D4D;
}
</style>