Shades of Sante Fe #B2735C
Tints of Sante Fe #B2735C
RGB
CMYK
RGB Variations
Color information
#B2735C (or 0xB2735C) is known color: Sante Fe. HEX triplet: B2, 73 and 5C. RGB value is (178,115,92). Sum of RGB (Red+Green+Blue) = 178+115+92=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2735C is #4D8CA3. Grayscale: #838383. Windows color (decimal): -5082276 or 6058930. OLE color: 6058930.
HSL color Cylindrical-coordinate representation of color #B2735C: hue angle of 16.05º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2735C is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 92 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.30 |
| HSL | 16.05º | 0.36% | 0.53% | - |
| HSV(B) | 16.05º | 0.48% | 0.7% | - |
| XYZ | 26.42 | 22.5 | 13.08 | - |
| YUV | 131.22 | 105.87 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 92 | 0 | 0.35 | 0.48 | 0.30 | 16.05 | 0.36 | 0.53 |
| Hex | B2 | 73 | 5C | 0 | 23 | 30 | 1E | 10 | 24 | 35 |
| Octal | 262 | 163 | 134 | 0 | 43 | 60 | 36 | 20 | 44 | 65 |
| Binary | 10110010 | 1110011 | 1011100 | 0 | 100011 | 110000 | 11110 | 10000 | 100100 | 110101 |
Color Harmonies of #B2735C
Complementary color
Monochromatic Colors of #B2735C
Black with #B2735C
Text Example
Text Example
White with #B2735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2735C; }
p { color: rgb(178,115,92); }
H1.HeaderClassName
{
color: #B2735C;
}
.AnyTagClassName
{
color: #B2735C;
}
</style>
background-color css
<style>
a { background-color: #B2735C; }
a { background-color: rgb(178,115,92); }
div.DivClassName
{
background-color: #B2735C;
}
.BgClassName
{
background-color: #B2735C;
}
</style>
border-color css
<style>
span { border-color: #B2735C; }
span { border-color: rgb(178,115,92); }
td.TdClassName
{
border-color: #B2735C;
}
.TagClassName
{
border-color: #B2735C;
}
</style>