Shades of Sante Fe #B3654C
Tints of Sante Fe #B3654C
RGB
CMYK
RGB Variations
Color information
#B3654C (or 0xB3654C) is known color: Sante Fe. HEX triplet: B3, 65 and 4C. RGB value is (179,101,76). Sum of RGB (Red+Green+Blue) = 179+101+76=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B3654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3654C is #4C9AB3. Grayscale: #797979. Windows color (decimal): -5020340 or 5006771. OLE color: 5006771.
HSL color Cylindrical-coordinate representation of color #B3654C: hue angle of 14.56º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3654C is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 76 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.30 |
| HSL | 14.56º | 0.4% | 0.5% | - |
| HSV(B) | 14.56º | 0.58% | 0.7% | - |
| XYZ | 24.55 | 19.41 | 9.29 | - |
| YUV | 121.47 | 102.34 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 76 | 0 | 0.44 | 0.58 | 0.30 | 14.56 | 0.4 | 0.5 |
| Hex | B3 | 65 | 4C | 0 | 2C | 3A | 1E | F | 28 | 32 |
| Octal | 263 | 145 | 114 | 0 | 54 | 72 | 36 | 17 | 50 | 62 |
| Binary | 10110011 | 1100101 | 1001100 | 0 | 101100 | 111010 | 11110 | 1111 | 101000 | 110010 |
Color Harmonies of #B3654C
Complementary color
Monochromatic Colors of #B3654C
Black with #B3654C
Text Example
Text Example
White with #B3654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3654C; }
p { color: rgb(179,101,76); }
H1.HeaderClassName
{
color: #B3654C;
}
.AnyTagClassName
{
color: #B3654C;
}
</style>
background-color css
<style>
a { background-color: #B3654C; }
a { background-color: rgb(179,101,76); }
div.DivClassName
{
background-color: #B3654C;
}
.BgClassName
{
background-color: #B3654C;
}
</style>
border-color css
<style>
span { border-color: #B3654C; }
span { border-color: rgb(179,101,76); }
td.TdClassName
{
border-color: #B3654C;
}
.TagClassName
{
border-color: #B3654C;
}
</style>