Shades of Sante Fe #B8745B
Tints of Sante Fe #B8745B
RGB
CMYK
RGB Variations
Color information
#B8745B (or 0xB8745B) is known color: Sante Fe. HEX triplet: B8, 74 and 5B. RGB value is (184,116,91). Sum of RGB (Red+Green+Blue) = 184+116+91=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8745B is #478BA4. Grayscale: #858585. Windows color (decimal): -4688805 or 5993656. OLE color: 5993656.
HSL color Cylindrical-coordinate representation of color #B8745B: hue angle of 16.13º degrees, saturation: 0.4, 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 #B8745B is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 91 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.28 |
| HSL | 16.13º | 0.4% | 0.54% | - |
| HSV(B) | 16.13º | 0.51% | 0.72% | - |
| XYZ | 27.9 | 23.44 | 12.95 | - |
| YUV | 133.48 | 104.03 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 91 | 0 | 0.37 | 0.51 | 0.28 | 16.13 | 0.4 | 0.54 |
| Hex | B8 | 74 | 5B | 0 | 25 | 33 | 1C | 10 | 28 | 36 |
| Octal | 270 | 164 | 133 | 0 | 45 | 63 | 34 | 20 | 50 | 66 |
| Binary | 10111000 | 1110100 | 1011011 | 0 | 100101 | 110011 | 11100 | 10000 | 101000 | 110110 |
Color Harmonies of #B8745B
Complementary color
Monochromatic Colors of #B8745B
Black with #B8745B
Text Example
Text Example
White with #B8745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8745B; }
p { color: rgb(184,116,91); }
H1.HeaderClassName
{
color: #B8745B;
}
.AnyTagClassName
{
color: #B8745B;
}
</style>
background-color css
<style>
a { background-color: #B8745B; }
a { background-color: rgb(184,116,91); }
div.DivClassName
{
background-color: #B8745B;
}
.BgClassName
{
background-color: #B8745B;
}
</style>
border-color css
<style>
span { border-color: #B8745B; }
span { border-color: rgb(184,116,91); }
td.TdClassName
{
border-color: #B8745B;
}
.TagClassName
{
border-color: #B8745B;
}
</style>