Shades of Sante Fe #B4755A
Tints of Sante Fe #B4755A
RGB
CMYK
RGB Variations
Color information
#B4755A (or 0xB4755A) is known color: Sante Fe. HEX triplet: B4, 75 and 5A. RGB value is (180,117,90). Sum of RGB (Red+Green+Blue) = 180+117+90=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4755A is #4B8AA5. Grayscale: #848484. Windows color (decimal): -4950694 or 5928372. OLE color: 5928372.
HSL color Cylindrical-coordinate representation of color #B4755A: hue angle of 18º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4755A is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 117 | 90 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.29 |
| HSL | 18º | 0.38% | 0.53% | - |
| HSV(B) | 18º | 0.5% | 0.71% | - |
| XYZ | 27.03 | 23.16 | 12.72 | - |
| YUV | 132.76 | 103.87 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 90 | 0 | 0.35 | 0.50 | 0.29 | 18 | 0.38 | 0.53 |
| Hex | B4 | 75 | 5A | 0 | 23 | 32 | 1D | 12 | 26 | 35 |
| Octal | 264 | 165 | 132 | 0 | 43 | 62 | 35 | 22 | 46 | 65 |
| Binary | 10110100 | 1110101 | 1011010 | 0 | 100011 | 110010 | 11101 | 10010 | 100110 | 110101 |
Color Harmonies of #B4755A
Complementary color
Monochromatic Colors of #B4755A
Black with #B4755A
Text Example
Text Example
White with #B4755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4755A; }
p { color: rgb(180,117,90); }
H1.HeaderClassName
{
color: #B4755A;
}
.AnyTagClassName
{
color: #B4755A;
}
</style>
background-color css
<style>
a { background-color: #B4755A; }
a { background-color: rgb(180,117,90); }
div.DivClassName
{
background-color: #B4755A;
}
.BgClassName
{
background-color: #B4755A;
}
</style>
border-color css
<style>
span { border-color: #B4755A; }
span { border-color: rgb(180,117,90); }
td.TdClassName
{
border-color: #B4755A;
}
.TagClassName
{
border-color: #B4755A;
}
</style>