Shades of Sante Fe #B36D4A
Tints of Sante Fe #B36D4A
RGB
CMYK
RGB Variations
Color information
#B36D4A (or 0xB36D4A) is known color: Sante Fe. HEX triplet: B3, 6D and 4A. RGB value is (179,109,74). Sum of RGB (Red+Green+Blue) = 179+109+74=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36D4A is #4C92B5. Grayscale: #7E7E7E. Windows color (decimal): -5018294 or 4877747. OLE color: 4877747.
HSL color Cylindrical-coordinate representation of color #B36D4A: hue angle of 20º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B36D4A is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 109 | 74 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.30 |
| HSL | 20º | 0.42% | 0.5% | - |
| HSV(B) | 20º | 0.59% | 0.7% | - |
| XYZ | 25.3 | 21.02 | 9.2 | - |
| YUV | 125.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 74 | 0 | 0.39 | 0.59 | 0.30 | 20 | 0.42 | 0.5 |
| Hex | B3 | 6D | 4A | 0 | 27 | 3B | 1E | 14 | 2A | 32 |
| Octal | 263 | 155 | 112 | 0 | 47 | 73 | 36 | 24 | 52 | 62 |
| Binary | 10110011 | 1101101 | 1001010 | 0 | 100111 | 111011 | 11110 | 10100 | 101010 | 110010 |
Color Harmonies of #B36D4A
Complementary color
Monochromatic Colors of #B36D4A
Black with #B36D4A
Text Example
Text Example
White with #B36D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36D4A; }
p { color: rgb(179,109,74); }
H1.HeaderClassName
{
color: #B36D4A;
}
.AnyTagClassName
{
color: #B36D4A;
}
</style>
background-color css
<style>
a { background-color: #B36D4A; }
a { background-color: rgb(179,109,74); }
div.DivClassName
{
background-color: #B36D4A;
}
.BgClassName
{
background-color: #B36D4A;
}
</style>
border-color css
<style>
span { border-color: #B36D4A; }
span { border-color: rgb(179,109,74); }
td.TdClassName
{
border-color: #B36D4A;
}
.TagClassName
{
border-color: #B36D4A;
}
</style>