Shades of Sante Fe #B36752
Tints of Sante Fe #B36752
RGB
CMYK
RGB Variations
Color information
#B36752 (or 0xB36752) is known color: Sante Fe. HEX triplet: B3, 67 and 52. RGB value is (179,103,82). Sum of RGB (Red+Green+Blue) = 179+103+82=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B36752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36752 is #4C98AD. Grayscale: #7B7B7B. Windows color (decimal): -5019822 or 5400499. OLE color: 5400499.
HSL color Cylindrical-coordinate representation of color #B36752: hue angle of 12.99º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B36752 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 82 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.30 |
| HSL | 12.99º | 0.39% | 0.51% | - |
| HSV(B) | 12.99º | 0.54% | 0.7% | - |
| XYZ | 24.96 | 19.89 | 10.51 | - |
| YUV | 123.33 | 104.68 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 82 | 0 | 0.42 | 0.54 | 0.30 | 12.99 | 0.39 | 0.51 |
| Hex | B3 | 67 | 52 | 0 | 2A | 36 | 1E | D | 27 | 33 |
| Octal | 263 | 147 | 122 | 0 | 52 | 66 | 36 | 15 | 47 | 63 |
| Binary | 10110011 | 1100111 | 1010010 | 0 | 101010 | 110110 | 11110 | 1101 | 100111 | 110011 |
Color Harmonies of #B36752
Complementary color
Monochromatic Colors of #B36752
Black with #B36752
Text Example
Text Example
White with #B36752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36752; }
p { color: rgb(179,103,82); }
H1.HeaderClassName
{
color: #B36752;
}
.AnyTagClassName
{
color: #B36752;
}
</style>
background-color css
<style>
a { background-color: #B36752; }
a { background-color: rgb(179,103,82); }
div.DivClassName
{
background-color: #B36752;
}
.BgClassName
{
background-color: #B36752;
}
</style>
border-color css
<style>
span { border-color: #B36752; }
span { border-color: rgb(179,103,82); }
td.TdClassName
{
border-color: #B36752;
}
.TagClassName
{
border-color: #B36752;
}
</style>