Shades of Sante Fe #B0765A
Tints of Sante Fe #B0765A
RGB
CMYK
RGB Variations
Color information
#B0765A (or 0xB0765A) is known color: Sante Fe. HEX triplet: B0, 76 and 5A. RGB value is (176,118,90). Sum of RGB (Red+Green+Blue) = 176+118+90=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0765A is #4F89A5. Grayscale: #848484. Windows color (decimal): -5212582 or 5928624. OLE color: 5928624.
HSL color Cylindrical-coordinate representation of color #B0765A: hue angle of 19.53º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0765A is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 118 | 90 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.31 |
| HSL | 19.53º | 0.35% | 0.52% | - |
| HSV(B) | 19.53º | 0.49% | 0.69% | - |
| XYZ | 26.23 | 22.93 | 12.72 | - |
| YUV | 132.15 | 104.22 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 90 | 0 | 0.33 | 0.49 | 0.31 | 19.53 | 0.35 | 0.52 |
| Hex | B0 | 76 | 5A | 0 | 21 | 31 | 1F | 14 | 23 | 34 |
| Octal | 260 | 166 | 132 | 0 | 41 | 61 | 37 | 24 | 43 | 64 |
| Binary | 10110000 | 1110110 | 1011010 | 0 | 100001 | 110001 | 11111 | 10100 | 100011 | 110100 |
Color Harmonies of #B0765A
Complementary color
Monochromatic Colors of #B0765A
Black with #B0765A
Text Example
Text Example
White with #B0765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0765A; }
p { color: rgb(176,118,90); }
H1.HeaderClassName
{
color: #B0765A;
}
.AnyTagClassName
{
color: #B0765A;
}
</style>
background-color css
<style>
a { background-color: #B0765A; }
a { background-color: rgb(176,118,90); }
div.DivClassName
{
background-color: #B0765A;
}
.BgClassName
{
background-color: #B0765A;
}
</style>
border-color css
<style>
span { border-color: #B0765A; }
span { border-color: rgb(176,118,90); }
td.TdClassName
{
border-color: #B0765A;
}
.TagClassName
{
border-color: #B0765A;
}
</style>