Shades of Sante Fe #B3754E
Tints of Sante Fe #B3754E
RGB
CMYK
RGB Variations
Color information
#B3754E (or 0xB3754E) is known color: Sante Fe. HEX triplet: B3, 75 and 4E. RGB value is (179,117,78). Sum of RGB (Red+Green+Blue) = 179+117+78=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3754E is #4C8AB1. Grayscale: #838383. Windows color (decimal): -5016242 or 5141939. OLE color: 5141939.
HSL color Cylindrical-coordinate representation of color #B3754E: hue angle of 23.17º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3754E is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 117 | 78 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.30 |
| HSL | 23.17º | 0.4% | 0.5% | - |
| HSV(B) | 23.17º | 0.56% | 0.7% | - |
| XYZ | 26.33 | 22.86 | 10.23 | - |
| YUV | 131.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 78 | 0 | 0.35 | 0.56 | 0.30 | 23.17 | 0.4 | 0.5 |
| Hex | B3 | 75 | 4E | 0 | 23 | 38 | 1E | 17 | 28 | 32 |
| Octal | 263 | 165 | 116 | 0 | 43 | 70 | 36 | 27 | 50 | 62 |
| Binary | 10110011 | 1110101 | 1001110 | 0 | 100011 | 111000 | 11110 | 10111 | 101000 | 110010 |
Color Harmonies of #B3754E
Complementary color
Monochromatic Colors of #B3754E
Black with #B3754E
Text Example
Text Example
White with #B3754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3754E; }
p { color: rgb(179,117,78); }
H1.HeaderClassName
{
color: #B3754E;
}
.AnyTagClassName
{
color: #B3754E;
}
</style>
background-color css
<style>
a { background-color: #B3754E; }
a { background-color: rgb(179,117,78); }
div.DivClassName
{
background-color: #B3754E;
}
.BgClassName
{
background-color: #B3754E;
}
</style>
border-color css
<style>
span { border-color: #B3754E; }
span { border-color: rgb(179,117,78); }
td.TdClassName
{
border-color: #B3754E;
}
.TagClassName
{
border-color: #B3754E;
}
</style>