Shades of Sante Fe #B5674D
Tints of Sante Fe #B5674D
RGB
CMYK
RGB Variations
Color information
#B5674D (or 0xB5674D) is known color: Sante Fe. HEX triplet: B5, 67 and 4D. RGB value is (181,103,77). Sum of RGB (Red+Green+Blue) = 181+103+77=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5674D is #4A98B2. Grayscale: #7B7B7B. Windows color (decimal): -4888755 or 5072821. OLE color: 5072821.
HSL color Cylindrical-coordinate representation of color #B5674D: hue angle of 15º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5674D is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 103 | 77 | - |
CMYK | 0 | 0.43 | 0.57 | 0.29 |
HSL | 15º | 0.41% | 0.51% | - |
HSV(B) | 15º | 0.57% | 0.71% | - |
XYZ | 25.25 | 20.06 | 9.56 | - |
YUV | 123.36 | 101.84 | 169.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 103 | 77 | 0 | 0.43 | 0.57 | 0.29 | 15 | 0.41 | 0.51 |
Hex | B5 | 67 | 4D | 0 | 2B | 39 | 1D | F | 29 | 33 |
Octal | 265 | 147 | 115 | 0 | 53 | 71 | 35 | 17 | 51 | 63 |
Binary | 10110101 | 1100111 | 1001101 | 0 | 101011 | 111001 | 11101 | 1111 | 101001 | 110011 |
Color Harmonies of #B5674D
Complementary color
Monochromatic Colors of #B5674D
Black with #B5674D
Text Example
Text Example
White with #B5674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5674D; }
p { color: rgb(181,103,77); }
H1.HeaderClassName
{
color: #B5674D;
}
.AnyTagClassName
{
color: #B5674D;
}
</style>
background-color css
<style>
a { background-color: #B5674D; }
a { background-color: rgb(181,103,77); }
div.DivClassName
{
background-color: #B5674D;
}
.BgClassName
{
background-color: #B5674D;
}
</style>
border-color css
<style>
span { border-color: #B5674D; }
span { border-color: rgb(181,103,77); }
td.TdClassName
{
border-color: #B5674D;
}
.TagClassName
{
border-color: #B5674D;
}
</style>