Shades of Sante Fe #B1654C
Tints of Sante Fe #B1654C
RGB
CMYK
RGB Variations
Color information
#B1654C (or 0xB1654C) is known color: Sante Fe. HEX triplet: B1, 65 and 4C. RGB value is (177,101,76). Sum of RGB (Red+Green+Blue) = 177+101+76=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1654C is #4E9AB3. Grayscale: #797979. Windows color (decimal): -5151412 or 5006769. OLE color: 5006769.
HSL color Cylindrical-coordinate representation of color #B1654C: hue angle of 14.85º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1654C is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 76 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.31 |
| HSL | 14.85º | 0.4% | 0.5% | - |
| HSV(B) | 14.85º | 0.57% | 0.69% | - |
| XYZ | 24.09 | 19.18 | 9.27 | - |
| YUV | 120.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 76 | 0 | 0.43 | 0.57 | 0.31 | 14.85 | 0.4 | 0.5 |
| Hex | B1 | 65 | 4C | 0 | 2B | 39 | 1F | F | 28 | 32 |
| Octal | 261 | 145 | 114 | 0 | 53 | 71 | 37 | 17 | 50 | 62 |
| Binary | 10110001 | 1100101 | 1001100 | 0 | 101011 | 111001 | 11111 | 1111 | 101000 | 110010 |
Color Harmonies of #B1654C
Complementary color
Monochromatic Colors of #B1654C
Black with #B1654C
Text Example
Text Example
White with #B1654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1654C; }
p { color: rgb(177,101,76); }
H1.HeaderClassName
{
color: #B1654C;
}
.AnyTagClassName
{
color: #B1654C;
}
</style>
background-color css
<style>
a { background-color: #B1654C; }
a { background-color: rgb(177,101,76); }
div.DivClassName
{
background-color: #B1654C;
}
.BgClassName
{
background-color: #B1654C;
}
</style>
border-color css
<style>
span { border-color: #B1654C; }
span { border-color: rgb(177,101,76); }
td.TdClassName
{
border-color: #B1654C;
}
.TagClassName
{
border-color: #B1654C;
}
</style>