Shades of Sante Fe #B36D4C
Tints of Sante Fe #B36D4C
RGB
CMYK
RGB Variations
Color information
#B36D4C (or 0xB36D4C) is known color: Sante Fe. HEX triplet: B3, 6D and 4C. RGB value is (179,109,76). Sum of RGB (Red+Green+Blue) = 179+109+76=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36D4C is #4C92B3. Grayscale: #7E7E7E. Windows color (decimal): -5018292 or 5008819. OLE color: 5008819.
HSL color Cylindrical-coordinate representation of color #B36D4C: hue angle of 19.22º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B36D4C is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 109 | 76 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.30 |
| HSL | 19.22º | 0.4% | 0.5% | - |
| HSV(B) | 19.22º | 0.58% | 0.7% | - |
| XYZ | 25.36 | 21.04 | 9.56 | - |
| YUV | 126.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 76 | 0 | 0.39 | 0.58 | 0.30 | 19.22 | 0.4 | 0.5 |
| Hex | B3 | 6D | 4C | 0 | 27 | 3A | 1E | 13 | 28 | 32 |
| Octal | 263 | 155 | 114 | 0 | 47 | 72 | 36 | 23 | 50 | 62 |
| Binary | 10110011 | 1101101 | 1001100 | 0 | 100111 | 111010 | 11110 | 10011 | 101000 | 110010 |
Color Harmonies of #B36D4C
Complementary color
Monochromatic Colors of #B36D4C
Black with #B36D4C
Text Example
Text Example
White with #B36D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36D4C; }
p { color: rgb(179,109,76); }
H1.HeaderClassName
{
color: #B36D4C;
}
.AnyTagClassName
{
color: #B36D4C;
}
</style>
background-color css
<style>
a { background-color: #B36D4C; }
a { background-color: rgb(179,109,76); }
div.DivClassName
{
background-color: #B36D4C;
}
.BgClassName
{
background-color: #B36D4C;
}
</style>
border-color css
<style>
span { border-color: #B36D4C; }
span { border-color: rgb(179,109,76); }
td.TdClassName
{
border-color: #B36D4C;
}
.TagClassName
{
border-color: #B36D4C;
}
</style>