Shades of Sante Fe #B36E4D
Tints of Sante Fe #B36E4D
RGB
CMYK
RGB Variations
Color information
#B36E4D (or 0xB36E4D) is known color: Sante Fe. HEX triplet: B3, 6E and 4D. RGB value is (179,110,77). Sum of RGB (Red+Green+Blue) = 179+110+77=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36E4D is #4C91B2. Grayscale: #7F7F7F. Windows color (decimal): -5018035 or 5074611. OLE color: 5074611.
HSL color Cylindrical-coordinate representation of color #B36E4D: hue angle of 19.41º 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 #B36E4D is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 110 | 77 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.30 |
| HSL | 19.41º | 0.4% | 0.5% | - |
| HSV(B) | 19.41º | 0.57% | 0.7% | - |
| XYZ | 25.51 | 21.27 | 9.78 | - |
| YUV | 126.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 77 | 0 | 0.39 | 0.57 | 0.30 | 19.41 | 0.4 | 0.5 |
| Hex | B3 | 6E | 4D | 0 | 27 | 39 | 1E | 13 | 28 | 32 |
| Octal | 263 | 156 | 115 | 0 | 47 | 71 | 36 | 23 | 50 | 62 |
| Binary | 10110011 | 1101110 | 1001101 | 0 | 100111 | 111001 | 11110 | 10011 | 101000 | 110010 |
Color Harmonies of #B36E4D
Complementary color
Monochromatic Colors of #B36E4D
Black with #B36E4D
Text Example
Text Example
White with #B36E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36E4D; }
p { color: rgb(179,110,77); }
H1.HeaderClassName
{
color: #B36E4D;
}
.AnyTagClassName
{
color: #B36E4D;
}
</style>
background-color css
<style>
a { background-color: #B36E4D; }
a { background-color: rgb(179,110,77); }
div.DivClassName
{
background-color: #B36E4D;
}
.BgClassName
{
background-color: #B36E4D;
}
</style>
border-color css
<style>
span { border-color: #B36E4D; }
span { border-color: rgb(179,110,77); }
td.TdClassName
{
border-color: #B36E4D;
}
.TagClassName
{
border-color: #B36E4D;
}
</style>