Shades of Sante Fe #B7674D
Tints of Sante Fe #B7674D
RGB
CMYK
RGB Variations
Color information
#B7674D (or 0xB7674D) is known color: Sante Fe. HEX triplet: B7, 67 and 4D. RGB value is (183,103,77). Sum of RGB (Red+Green+Blue) = 183+103+77=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7674D is #4898B2. Grayscale: #7C7C7C. Windows color (decimal): -4757683 or 5072823. OLE color: 5072823.
HSL color Cylindrical-coordinate representation of color #B7674D: hue angle of 14.72º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7674D is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 77 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.28 |
| HSL | 14.72º | 0.42% | 0.51% | - |
| HSV(B) | 14.72º | 0.58% | 0.72% | - |
| XYZ | 25.72 | 20.3 | 9.58 | - |
| YUV | 123.96 | 101.5 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 77 | 0 | 0.44 | 0.58 | 0.28 | 14.72 | 0.42 | 0.51 |
| Hex | B7 | 67 | 4D | 0 | 2C | 3A | 1C | F | 2A | 33 |
| Octal | 267 | 147 | 115 | 0 | 54 | 72 | 34 | 17 | 52 | 63 |
| Binary | 10110111 | 1100111 | 1001101 | 0 | 101100 | 111010 | 11100 | 1111 | 101010 | 110011 |
Color Harmonies of #B7674D
Complementary color
Monochromatic Colors of #B7674D
Black with #B7674D
Text Example
Text Example
White with #B7674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7674D; }
p { color: rgb(183,103,77); }
H1.HeaderClassName
{
color: #B7674D;
}
.AnyTagClassName
{
color: #B7674D;
}
</style>
background-color css
<style>
a { background-color: #B7674D; }
a { background-color: rgb(183,103,77); }
div.DivClassName
{
background-color: #B7674D;
}
.BgClassName
{
background-color: #B7674D;
}
</style>
border-color css
<style>
span { border-color: #B7674D; }
span { border-color: rgb(183,103,77); }
td.TdClassName
{
border-color: #B7674D;
}
.TagClassName
{
border-color: #B7674D;
}
</style>