Shades of Sante Fe #B0745C
Tints of Sante Fe #B0745C
RGB
CMYK
RGB Variations
Color information
#B0745C (or 0xB0745C) is known color: Sante Fe. HEX triplet: B0, 74 and 5C. RGB value is (176,116,92). Sum of RGB (Red+Green+Blue) = 176+116+92=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0745C is #4F8BA3. Grayscale: #838383. Windows color (decimal): -5213092 or 6059184. OLE color: 6059184.
HSL color Cylindrical-coordinate representation of color #B0745C: hue angle of 17.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0745C is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 92 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.31 |
| HSL | 17.14º | 0.35% | 0.53% | - |
| HSV(B) | 17.14º | 0.48% | 0.69% | - |
| XYZ | 26.08 | 22.49 | 13.09 | - |
| YUV | 131.2 | 105.88 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 92 | 0 | 0.34 | 0.48 | 0.31 | 17.14 | 0.35 | 0.53 |
| Hex | B0 | 74 | 5C | 0 | 22 | 30 | 1F | 11 | 23 | 35 |
| Octal | 260 | 164 | 134 | 0 | 42 | 60 | 37 | 21 | 43 | 65 |
| Binary | 10110000 | 1110100 | 1011100 | 0 | 100010 | 110000 | 11111 | 10001 | 100011 | 110101 |
Color Harmonies of #B0745C
Complementary color
Monochromatic Colors of #B0745C
Black with #B0745C
Text Example
Text Example
White with #B0745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0745C; }
p { color: rgb(176,116,92); }
H1.HeaderClassName
{
color: #B0745C;
}
.AnyTagClassName
{
color: #B0745C;
}
</style>
background-color css
<style>
a { background-color: #B0745C; }
a { background-color: rgb(176,116,92); }
div.DivClassName
{
background-color: #B0745C;
}
.BgClassName
{
background-color: #B0745C;
}
</style>
border-color css
<style>
span { border-color: #B0745C; }
span { border-color: rgb(176,116,92); }
td.TdClassName
{
border-color: #B0745C;
}
.TagClassName
{
border-color: #B0745C;
}
</style>