Shades of Sante Fe #B1674D
Tints of Sante Fe #B1674D
RGB
CMYK
RGB Variations
Color information
#B1674D (or 0xB1674D) is known color: Sante Fe. HEX triplet: B1, 67 and 4D. RGB value is (177,103,77). Sum of RGB (Red+Green+Blue) = 177+103+77=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1674D is #4E98B2. Grayscale: #7A7A7A. Windows color (decimal): -5150899 or 5072817. OLE color: 5072817.
HSL color Cylindrical-coordinate representation of color #B1674D: hue angle of 15.6º 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 #B1674D is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 77 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.31 |
| HSL | 15.6º | 0.39% | 0.5% | - |
| HSV(B) | 15.6º | 0.56% | 0.69% | - |
| XYZ | 24.32 | 19.58 | 9.52 | - |
| YUV | 122.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 77 | 0 | 0.42 | 0.56 | 0.31 | 15.6 | 0.39 | 0.5 |
| Hex | B1 | 67 | 4D | 0 | 2A | 38 | 1F | 10 | 27 | 32 |
| Octal | 261 | 147 | 115 | 0 | 52 | 70 | 37 | 20 | 47 | 62 |
| Binary | 10110001 | 1100111 | 1001101 | 0 | 101010 | 111000 | 11111 | 10000 | 100111 | 110010 |
Color Harmonies of #B1674D
Complementary color
Monochromatic Colors of #B1674D
Black with #B1674D
Text Example
Text Example
White with #B1674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1674D; }
p { color: rgb(177,103,77); }
H1.HeaderClassName
{
color: #B1674D;
}
.AnyTagClassName
{
color: #B1674D;
}
</style>
background-color css
<style>
a { background-color: #B1674D; }
a { background-color: rgb(177,103,77); }
div.DivClassName
{
background-color: #B1674D;
}
.BgClassName
{
background-color: #B1674D;
}
</style>
border-color css
<style>
span { border-color: #B1674D; }
span { border-color: rgb(177,103,77); }
td.TdClassName
{
border-color: #B1674D;
}
.TagClassName
{
border-color: #B1674D;
}
</style>