Shades of Sante Fe #B67358
Tints of Sante Fe #B67358
RGB
CMYK
RGB Variations
Color information
#B67358 (or 0xB67358) is known color: Sante Fe. HEX triplet: B6, 73 and 58. RGB value is (182,115,88). Sum of RGB (Red+Green+Blue) = 182+115+88=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B67358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67358 is #498CA7. Grayscale: #848484. Windows color (decimal): -4820136 or 5796790. OLE color: 5796790.
HSL color Cylindrical-coordinate representation of color #B67358: hue angle of 17.23º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B67358 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 115 | 88 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.29 |
| HSL | 17.23º | 0.39% | 0.53% | - |
| HSV(B) | 17.23º | 0.52% | 0.71% | - |
| XYZ | 27.18 | 22.91 | 12.22 | - |
| YUV | 131.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 88 | 0 | 0.37 | 0.52 | 0.29 | 17.23 | 0.39 | 0.53 |
| Hex | B6 | 73 | 58 | 0 | 25 | 34 | 1D | 11 | 27 | 35 |
| Octal | 266 | 163 | 130 | 0 | 45 | 64 | 35 | 21 | 47 | 65 |
| Binary | 10110110 | 1110011 | 1011000 | 0 | 100101 | 110100 | 11101 | 10001 | 100111 | 110101 |
Color Harmonies of #B67358
Complementary color
Monochromatic Colors of #B67358
Black with #B67358
Text Example
Text Example
White with #B67358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67358; }
p { color: rgb(182,115,88); }
H1.HeaderClassName
{
color: #B67358;
}
.AnyTagClassName
{
color: #B67358;
}
</style>
background-color css
<style>
a { background-color: #B67358; }
a { background-color: rgb(182,115,88); }
div.DivClassName
{
background-color: #B67358;
}
.BgClassName
{
background-color: #B67358;
}
</style>
border-color css
<style>
span { border-color: #B67358; }
span { border-color: rgb(182,115,88); }
td.TdClassName
{
border-color: #B67358;
}
.TagClassName
{
border-color: #B67358;
}
</style>