Shades of Sante Fe #B1634D
Tints of Sante Fe #B1634D
RGB
CMYK
RGB Variations
Color information
#B1634D (or 0xB1634D) is known color: Sante Fe. HEX triplet: B1, 63 and 4D. RGB value is (177,99,77). Sum of RGB (Red+Green+Blue) = 177+99+77=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1634D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1634D is #4E9CB2. Grayscale: #777777. Windows color (decimal): -5151923 or 5071793. OLE color: 5071793.
HSL color Cylindrical-coordinate representation of color #B1634D: hue angle of 13.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1634D is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 99 | 77 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.31 |
| HSL | 13.2º | 0.39% | 0.5% | - |
| HSV(B) | 13.2º | 0.56% | 0.69% | - |
| XYZ | 23.93 | 18.81 | 9.39 | - |
| YUV | 119.81 | 103.84 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 77 | 0 | 0.44 | 0.56 | 0.31 | 13.2 | 0.39 | 0.5 |
| Hex | B1 | 63 | 4D | 0 | 2C | 38 | 1F | D | 27 | 32 |
| Octal | 261 | 143 | 115 | 0 | 54 | 70 | 37 | 15 | 47 | 62 |
| Binary | 10110001 | 1100011 | 1001101 | 0 | 101100 | 111000 | 11111 | 1101 | 100111 | 110010 |
Color Harmonies of #B1634D
Complementary color
Monochromatic Colors of #B1634D
Black with #B1634D
Text Example
Text Example
White with #B1634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1634D; }
p { color: rgb(177,99,77); }
H1.HeaderClassName
{
color: #B1634D;
}
.AnyTagClassName
{
color: #B1634D;
}
</style>
background-color css
<style>
a { background-color: #B1634D; }
a { background-color: rgb(177,99,77); }
div.DivClassName
{
background-color: #B1634D;
}
.BgClassName
{
background-color: #B1634D;
}
</style>
border-color css
<style>
span { border-color: #B1634D; }
span { border-color: rgb(177,99,77); }
td.TdClassName
{
border-color: #B1634D;
}
.TagClassName
{
border-color: #B1634D;
}
</style>