Shades of Sante Fe #B1755B
Tints of Sante Fe #B1755B
RGB
CMYK
RGB Variations
Color information
#B1755B (or 0xB1755B) is known color: Sante Fe. HEX triplet: B1, 75 and 5B. RGB value is (177,117,91). Sum of RGB (Red+Green+Blue) = 177+117+91=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1755B is #4E8AA4. Grayscale: #848484. Windows color (decimal): -5147301 or 5993905. OLE color: 5993905.
HSL color Cylindrical-coordinate representation of color #B1755B: hue angle of 18.14º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1755B is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 91 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.31 |
| HSL | 18.14º | 0.36% | 0.53% | - |
| HSV(B) | 18.14º | 0.49% | 0.69% | - |
| XYZ | 26.38 | 22.83 | 12.91 | - |
| YUV | 131.98 | 104.88 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 91 | 0 | 0.34 | 0.49 | 0.31 | 18.14 | 0.36 | 0.53 |
| Hex | B1 | 75 | 5B | 0 | 22 | 31 | 1F | 12 | 24 | 35 |
| Octal | 261 | 165 | 133 | 0 | 42 | 61 | 37 | 22 | 44 | 65 |
| Binary | 10110001 | 1110101 | 1011011 | 0 | 100010 | 110001 | 11111 | 10010 | 100100 | 110101 |
Color Harmonies of #B1755B
Complementary color
Monochromatic Colors of #B1755B
Black with #B1755B
Text Example
Text Example
White with #B1755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1755B; }
p { color: rgb(177,117,91); }
H1.HeaderClassName
{
color: #B1755B;
}
.AnyTagClassName
{
color: #B1755B;
}
</style>
background-color css
<style>
a { background-color: #B1755B; }
a { background-color: rgb(177,117,91); }
div.DivClassName
{
background-color: #B1755B;
}
.BgClassName
{
background-color: #B1755B;
}
</style>
border-color css
<style>
span { border-color: #B1755B; }
span { border-color: rgb(177,117,91); }
td.TdClassName
{
border-color: #B1755B;
}
.TagClassName
{
border-color: #B1755B;
}
</style>