Shades of Sante Fe #B4734D
Tints of Sante Fe #B4734D
RGB
CMYK
RGB Variations
Color information
#B4734D (or 0xB4734D) is known color: Sante Fe. HEX triplet: B4, 73 and 4D. RGB value is (180,115,77). Sum of RGB (Red+Green+Blue) = 180+115+77=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4734D is #4B8CB2. Grayscale: #828282. Windows color (decimal): -4951219 or 5075892. OLE color: 5075892.
HSL color Cylindrical-coordinate representation of color #B4734D: hue angle of 22.14º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4734D is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 115 | 77 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.29 |
| HSL | 22.14º | 0.41% | 0.5% | - |
| HSV(B) | 22.14º | 0.57% | 0.71% | - |
| XYZ | 26.29 | 22.5 | 9.98 | - |
| YUV | 130.1 | 98.03 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 77 | 0 | 0.36 | 0.57 | 0.29 | 22.14 | 0.41 | 0.5 |
| Hex | B4 | 73 | 4D | 0 | 24 | 39 | 1D | 16 | 29 | 32 |
| Octal | 264 | 163 | 115 | 0 | 44 | 71 | 35 | 26 | 51 | 62 |
| Binary | 10110100 | 1110011 | 1001101 | 0 | 100100 | 111001 | 11101 | 10110 | 101001 | 110010 |
Color Harmonies of #B4734D
Complementary color
Monochromatic Colors of #B4734D
Black with #B4734D
Text Example
Text Example
White with #B4734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4734D; }
p { color: rgb(180,115,77); }
H1.HeaderClassName
{
color: #B4734D;
}
.AnyTagClassName
{
color: #B4734D;
}
</style>
background-color css
<style>
a { background-color: #B4734D; }
a { background-color: rgb(180,115,77); }
div.DivClassName
{
background-color: #B4734D;
}
.BgClassName
{
background-color: #B4734D;
}
</style>
border-color css
<style>
span { border-color: #B4734D; }
span { border-color: rgb(180,115,77); }
td.TdClassName
{
border-color: #B4734D;
}
.TagClassName
{
border-color: #B4734D;
}
</style>