Shades of Sante Fe #B2684A
Tints of Sante Fe #B2684A
RGB
CMYK
RGB Variations
Color information
#B2684A (or 0xB2684A) is known color: Sante Fe. HEX triplet: B2, 68 and 4A. RGB value is (178,104,74). Sum of RGB (Red+Green+Blue) = 178+104+74=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2684A is #4D97B5. Grayscale: #7A7A7A. Windows color (decimal): -5085110 or 4876466. OLE color: 4876466.
HSL color Cylindrical-coordinate representation of color #B2684A: hue angle of 17.31º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2684A is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 74 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.30 |
| HSL | 17.31º | 0.41% | 0.49% | - |
| HSV(B) | 17.31º | 0.58% | 0.7% | - |
| XYZ | 24.55 | 19.86 | 9.02 | - |
| YUV | 122.71 | 100.52 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 74 | 0 | 0.42 | 0.58 | 0.30 | 17.31 | 0.41 | 0.49 |
| Hex | B2 | 68 | 4A | 0 | 2A | 3A | 1E | 11 | 29 | 31 |
| Octal | 262 | 150 | 112 | 0 | 52 | 72 | 36 | 21 | 51 | 61 |
| Binary | 10110010 | 1101000 | 1001010 | 0 | 101010 | 111010 | 11110 | 10001 | 101001 | 110001 |
Color Harmonies of #B2684A
Complementary color
Monochromatic Colors of #B2684A
Black with #B2684A
Text Example
Text Example
White with #B2684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2684A; }
p { color: rgb(178,104,74); }
H1.HeaderClassName
{
color: #B2684A;
}
.AnyTagClassName
{
color: #B2684A;
}
</style>
background-color css
<style>
a { background-color: #B2684A; }
a { background-color: rgb(178,104,74); }
div.DivClassName
{
background-color: #B2684A;
}
.BgClassName
{
background-color: #B2684A;
}
</style>
border-color css
<style>
span { border-color: #B2684A; }
span { border-color: rgb(178,104,74); }
td.TdClassName
{
border-color: #B2684A;
}
.TagClassName
{
border-color: #B2684A;
}
</style>