Shades of Sante Fe #B2765B
Tints of Sante Fe #B2765B
RGB
CMYK
RGB Variations
Color information
#B2765B (or 0xB2765B) is known color: Sante Fe. HEX triplet: B2, 76 and 5B. RGB value is (178,118,91). Sum of RGB (Red+Green+Blue) = 178+118+91=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2765B is #4D89A4. Grayscale: #858585. Windows color (decimal): -5081509 or 5994162. OLE color: 5994162.
HSL color Cylindrical-coordinate representation of color #B2765B: hue angle of 18.62º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2765B is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 91 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.30 |
| HSL | 18.62º | 0.36% | 0.53% | - |
| HSV(B) | 18.62º | 0.49% | 0.7% | - |
| XYZ | 26.73 | 23.18 | 12.96 | - |
| YUV | 132.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 91 | 0 | 0.34 | 0.49 | 0.30 | 18.62 | 0.36 | 0.53 |
| Hex | B2 | 76 | 5B | 0 | 22 | 31 | 1E | 13 | 24 | 35 |
| Octal | 262 | 166 | 133 | 0 | 42 | 61 | 36 | 23 | 44 | 65 |
| Binary | 10110010 | 1110110 | 1011011 | 0 | 100010 | 110001 | 11110 | 10011 | 100100 | 110101 |
Color Harmonies of #B2765B
Complementary color
Monochromatic Colors of #B2765B
Black with #B2765B
Text Example
Text Example
White with #B2765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2765B; }
p { color: rgb(178,118,91); }
H1.HeaderClassName
{
color: #B2765B;
}
.AnyTagClassName
{
color: #B2765B;
}
</style>
background-color css
<style>
a { background-color: #B2765B; }
a { background-color: rgb(178,118,91); }
div.DivClassName
{
background-color: #B2765B;
}
.BgClassName
{
background-color: #B2765B;
}
</style>
border-color css
<style>
span { border-color: #B2765B; }
span { border-color: rgb(178,118,91); }
td.TdClassName
{
border-color: #B2765B;
}
.TagClassName
{
border-color: #B2765B;
}
</style>