Shades of Sante Fe #B5674F
Tints of Sante Fe #B5674F
RGB
CMYK
RGB Variations
Color information
#B5674F (or 0xB5674F) is known color: Sante Fe. HEX triplet: B5, 67 and 4F. RGB value is (181,103,79). Sum of RGB (Red+Green+Blue) = 181+103+79=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5674F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5674F is #4A98B0. Grayscale: #7B7B7B. Windows color (decimal): -4888753 or 5203893. OLE color: 5203893.
HSL color Cylindrical-coordinate representation of color #B5674F: hue angle of 14.12º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5674F is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 79 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.29 |
| HSL | 14.12º | 0.41% | 0.51% | - |
| HSV(B) | 14.12º | 0.56% | 0.71% | - |
| XYZ | 25.32 | 20.09 | 9.94 | - |
| YUV | 123.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 79 | 0 | 0.43 | 0.56 | 0.29 | 14.12 | 0.41 | 0.51 |
| Hex | B5 | 67 | 4F | 0 | 2B | 38 | 1D | E | 29 | 33 |
| Octal | 265 | 147 | 117 | 0 | 53 | 70 | 35 | 16 | 51 | 63 |
| Binary | 10110101 | 1100111 | 1001111 | 0 | 101011 | 111000 | 11101 | 1110 | 101001 | 110011 |
Color Harmonies of #B5674F
Complementary color
Monochromatic Colors of #B5674F
Black with #B5674F
Text Example
Text Example
White with #B5674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5674F; }
p { color: rgb(181,103,79); }
H1.HeaderClassName
{
color: #B5674F;
}
.AnyTagClassName
{
color: #B5674F;
}
</style>
background-color css
<style>
a { background-color: #B5674F; }
a { background-color: rgb(181,103,79); }
div.DivClassName
{
background-color: #B5674F;
}
.BgClassName
{
background-color: #B5674F;
}
</style>
border-color css
<style>
span { border-color: #B5674F; }
span { border-color: rgb(181,103,79); }
td.TdClassName
{
border-color: #B5674F;
}
.TagClassName
{
border-color: #B5674F;
}
</style>