Shades of Sante Fe #B36F57
Tints of Sante Fe #B36F57
RGB
CMYK
RGB Variations
Color information
#B36F57 (or 0xB36F57) is known color: Sante Fe. HEX triplet: B3, 6F and 57. RGB value is (179,111,87). Sum of RGB (Red+Green+Blue) = 179+111+87=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36F57 is #4C90A8. Grayscale: #808080. Windows color (decimal): -5017769 or 5730227. OLE color: 5730227.
HSL color Cylindrical-coordinate representation of color #B36F57: hue angle of 15.65º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B36F57 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 111 | 87 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.30 |
| HSL | 15.65º | 0.38% | 0.52% | - |
| HSV(B) | 15.65º | 0.51% | 0.7% | - |
| XYZ | 26 | 21.64 | 11.82 | - |
| YUV | 128.6 | 104.53 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 87 | 0 | 0.38 | 0.51 | 0.30 | 15.65 | 0.38 | 0.52 |
| Hex | B3 | 6F | 57 | 0 | 26 | 33 | 1E | 10 | 26 | 34 |
| Octal | 263 | 157 | 127 | 0 | 46 | 63 | 36 | 20 | 46 | 64 |
| Binary | 10110011 | 1101111 | 1010111 | 0 | 100110 | 110011 | 11110 | 10000 | 100110 | 110100 |
Color Harmonies of #B36F57
Complementary color
Monochromatic Colors of #B36F57
Black with #B36F57
Text Example
Text Example
White with #B36F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36F57; }
p { color: rgb(179,111,87); }
H1.HeaderClassName
{
color: #B36F57;
}
.AnyTagClassName
{
color: #B36F57;
}
</style>
background-color css
<style>
a { background-color: #B36F57; }
a { background-color: rgb(179,111,87); }
div.DivClassName
{
background-color: #B36F57;
}
.BgClassName
{
background-color: #B36F57;
}
</style>
border-color css
<style>
span { border-color: #B36F57; }
span { border-color: rgb(179,111,87); }
td.TdClassName
{
border-color: #B36F57;
}
.TagClassName
{
border-color: #B36F57;
}
</style>