Shades of Sante Fe #B7674F
Tints of Sante Fe #B7674F
RGB
CMYK
RGB Variations
Color information
#B7674F (or 0xB7674F) is known color: Sante Fe. HEX triplet: B7, 67 and 4F. RGB value is (183,103,79). Sum of RGB (Red+Green+Blue) = 183+103+79=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7674F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7674F is #4898B0. Grayscale: #7C7C7C. Windows color (decimal): -4757681 or 5203895. OLE color: 5203895.
HSL color Cylindrical-coordinate representation of color #B7674F: hue angle of 13.85º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7674F is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 79 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.28 |
| HSL | 13.85º | 0.42% | 0.51% | - |
| HSV(B) | 13.85º | 0.57% | 0.72% | - |
| XYZ | 25.79 | 20.33 | 9.96 | - |
| YUV | 124.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 79 | 0 | 0.44 | 0.57 | 0.28 | 13.85 | 0.42 | 0.51 |
| Hex | B7 | 67 | 4F | 0 | 2C | 39 | 1C | E | 2A | 33 |
| Octal | 267 | 147 | 117 | 0 | 54 | 71 | 34 | 16 | 52 | 63 |
| Binary | 10110111 | 1100111 | 1001111 | 0 | 101100 | 111001 | 11100 | 1110 | 101010 | 110011 |
Color Harmonies of #B7674F
Complementary color
Monochromatic Colors of #B7674F
Black with #B7674F
Text Example
Text Example
White with #B7674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7674F; }
p { color: rgb(183,103,79); }
H1.HeaderClassName
{
color: #B7674F;
}
.AnyTagClassName
{
color: #B7674F;
}
</style>
background-color css
<style>
a { background-color: #B7674F; }
a { background-color: rgb(183,103,79); }
div.DivClassName
{
background-color: #B7674F;
}
.BgClassName
{
background-color: #B7674F;
}
</style>
border-color css
<style>
span { border-color: #B7674F; }
span { border-color: rgb(183,103,79); }
td.TdClassName
{
border-color: #B7674F;
}
.TagClassName
{
border-color: #B7674F;
}
</style>