Shades of Sante Fe #B5694B
Tints of Sante Fe #B5694B
RGB
CMYK
RGB Variations
Color information
#B5694B (or 0xB5694B) is known color: Sante Fe. HEX triplet: B5, 69 and 4B. RGB value is (181,105,75). Sum of RGB (Red+Green+Blue) = 181+105+75=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5694B is #4A96B4. Grayscale: #7C7C7C. Windows color (decimal): -4888245 or 4942261. OLE color: 4942261.
HSL color Cylindrical-coordinate representation of color #B5694B: hue angle of 16.98º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5694B is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 75 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.29 |
| HSL | 16.98º | 0.42% | 0.5% | - |
| HSV(B) | 16.98º | 0.59% | 0.71% | - |
| XYZ | 25.38 | 20.43 | 9.26 | - |
| YUV | 124.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 75 | 0 | 0.42 | 0.59 | 0.29 | 16.98 | 0.42 | 0.5 |
| Hex | B5 | 69 | 4B | 0 | 2A | 3B | 1D | 11 | 2A | 32 |
| Octal | 265 | 151 | 113 | 0 | 52 | 73 | 35 | 21 | 52 | 62 |
| Binary | 10110101 | 1101001 | 1001011 | 0 | 101010 | 111011 | 11101 | 10001 | 101010 | 110010 |
Color Harmonies of #B5694B
Complementary color
Monochromatic Colors of #B5694B
Black with #B5694B
Text Example
Text Example
White with #B5694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5694B; }
p { color: rgb(181,105,75); }
H1.HeaderClassName
{
color: #B5694B;
}
.AnyTagClassName
{
color: #B5694B;
}
</style>
background-color css
<style>
a { background-color: #B5694B; }
a { background-color: rgb(181,105,75); }
div.DivClassName
{
background-color: #B5694B;
}
.BgClassName
{
background-color: #B5694B;
}
</style>
border-color css
<style>
span { border-color: #B5694B; }
span { border-color: rgb(181,105,75); }
td.TdClassName
{
border-color: #B5694B;
}
.TagClassName
{
border-color: #B5694B;
}
</style>