Shades of Sante Fe #B3674D
Tints of Sante Fe #B3674D
RGB
CMYK
RGB Variations
Color information
#B3674D (or 0xB3674D) is known color: Sante Fe. HEX triplet: B3, 67 and 4D. RGB value is (179,103,77). Sum of RGB (Red+Green+Blue) = 179+103+77=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B3674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3674D is #4C98B2. Grayscale: #7A7A7A. Windows color (decimal): -5019827 or 5072819. OLE color: 5072819.
HSL color Cylindrical-coordinate representation of color #B3674D: hue angle of 15.29º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3674D is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 77 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.30 |
| HSL | 15.29º | 0.4% | 0.5% | - |
| HSV(B) | 15.29º | 0.57% | 0.7% | - |
| XYZ | 24.78 | 19.82 | 9.54 | - |
| YUV | 122.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 77 | 0 | 0.42 | 0.57 | 0.30 | 15.29 | 0.4 | 0.5 |
| Hex | B3 | 67 | 4D | 0 | 2A | 39 | 1E | F | 28 | 32 |
| Octal | 263 | 147 | 115 | 0 | 52 | 71 | 36 | 17 | 50 | 62 |
| Binary | 10110011 | 1100111 | 1001101 | 0 | 101010 | 111001 | 11110 | 1111 | 101000 | 110010 |
Color Harmonies of #B3674D
Complementary color
Monochromatic Colors of #B3674D
Black with #B3674D
Text Example
Text Example
White with #B3674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3674D; }
p { color: rgb(179,103,77); }
H1.HeaderClassName
{
color: #B3674D;
}
.AnyTagClassName
{
color: #B3674D;
}
</style>
background-color css
<style>
a { background-color: #B3674D; }
a { background-color: rgb(179,103,77); }
div.DivClassName
{
background-color: #B3674D;
}
.BgClassName
{
background-color: #B3674D;
}
</style>
border-color css
<style>
span { border-color: #B3674D; }
span { border-color: rgb(179,103,77); }
td.TdClassName
{
border-color: #B3674D;
}
.TagClassName
{
border-color: #B3674D;
}
</style>