Shades of Sante Fe #B1674E
Tints of Sante Fe #B1674E
RGB
CMYK
RGB Variations
Color information
#B1674E (or 0xB1674E) is known color: Sante Fe. HEX triplet: B1, 67 and 4E. RGB value is (177,103,78). Sum of RGB (Red+Green+Blue) = 177+103+78=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B1674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1674E is #4E98B1. Grayscale: #7A7A7A. Windows color (decimal): -5150898 or 5138353. OLE color: 5138353.
HSL color Cylindrical-coordinate representation of color #B1674E: hue angle of 15.15º 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 #B1674E is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 78 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.31 |
| HSL | 15.15º | 0.39% | 0.5% | - |
| HSV(B) | 15.15º | 0.56% | 0.69% | - |
| XYZ | 24.36 | 19.6 | 9.71 | - |
| YUV | 122.28 | 103.02 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 78 | 0 | 0.42 | 0.56 | 0.31 | 15.15 | 0.39 | 0.5 |
| Hex | B1 | 67 | 4E | 0 | 2A | 38 | 1F | F | 27 | 32 |
| Octal | 261 | 147 | 116 | 0 | 52 | 70 | 37 | 17 | 47 | 62 |
| Binary | 10110001 | 1100111 | 1001110 | 0 | 101010 | 111000 | 11111 | 1111 | 100111 | 110010 |
Color Harmonies of #B1674E
Complementary color
Monochromatic Colors of #B1674E
Black with #B1674E
Text Example
Text Example
White with #B1674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1674E; }
p { color: rgb(177,103,78); }
H1.HeaderClassName
{
color: #B1674E;
}
.AnyTagClassName
{
color: #B1674E;
}
</style>
background-color css
<style>
a { background-color: #B1674E; }
a { background-color: rgb(177,103,78); }
div.DivClassName
{
background-color: #B1674E;
}
.BgClassName
{
background-color: #B1674E;
}
</style>
border-color css
<style>
span { border-color: #B1674E; }
span { border-color: rgb(177,103,78); }
td.TdClassName
{
border-color: #B1674E;
}
.TagClassName
{
border-color: #B1674E;
}
</style>