Shades of Sante Fe #B7745A
Tints of Sante Fe #B7745A
RGB
CMYK
RGB Variations
Color information
#B7745A (or 0xB7745A) is known color: Sante Fe. HEX triplet: B7, 74 and 5A. RGB value is (183,116,90). Sum of RGB (Red+Green+Blue) = 183+116+90=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7745A is #488BA5. Grayscale: #858585. Windows color (decimal): -4754342 or 5928119. OLE color: 5928119.
HSL color Cylindrical-coordinate representation of color #B7745A: hue angle of 16.77º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7745A is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 90 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.28 |
| HSL | 16.77º | 0.39% | 0.54% | - |
| HSV(B) | 16.77º | 0.51% | 0.72% | - |
| XYZ | 27.62 | 23.3 | 12.71 | - |
| YUV | 133.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 90 | 0 | 0.37 | 0.51 | 0.28 | 16.77 | 0.39 | 0.54 |
| Hex | B7 | 74 | 5A | 0 | 25 | 33 | 1C | 11 | 27 | 36 |
| Octal | 267 | 164 | 132 | 0 | 45 | 63 | 34 | 21 | 47 | 66 |
| Binary | 10110111 | 1110100 | 1011010 | 0 | 100101 | 110011 | 11100 | 10001 | 100111 | 110110 |
Color Harmonies of #B7745A
Complementary color
Monochromatic Colors of #B7745A
Black with #B7745A
Text Example
Text Example
White with #B7745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7745A; }
p { color: rgb(183,116,90); }
H1.HeaderClassName
{
color: #B7745A;
}
.AnyTagClassName
{
color: #B7745A;
}
</style>
background-color css
<style>
a { background-color: #B7745A; }
a { background-color: rgb(183,116,90); }
div.DivClassName
{
background-color: #B7745A;
}
.BgClassName
{
background-color: #B7745A;
}
</style>
border-color css
<style>
span { border-color: #B7745A; }
span { border-color: rgb(183,116,90); }
td.TdClassName
{
border-color: #B7745A;
}
.TagClassName
{
border-color: #B7745A;
}
</style>