Shades of Sante Fe #B06C4D
Tints of Sante Fe #B06C4D
RGB
CMYK
RGB Variations
Color information
#B06C4D (or 0xB06C4D) is known color: Sante Fe. HEX triplet: B0, 6C and 4D. RGB value is (176,108,77). Sum of RGB (Red+Green+Blue) = 176+108+77=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06C4D is #4F93B2. Grayscale: #7C7C7C. Windows color (decimal): -5215155 or 5074096. OLE color: 5074096.
HSL color Cylindrical-coordinate representation of color #B06C4D: hue angle of 18.79º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B06C4D is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 77 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.31 |
| HSL | 18.79º | 0.39% | 0.5% | - |
| HSV(B) | 18.79º | 0.56% | 0.69% | - |
| XYZ | 24.61 | 20.49 | 9.68 | - |
| YUV | 124.8 | 101.03 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 77 | 0 | 0.39 | 0.56 | 0.31 | 18.79 | 0.39 | 0.5 |
| Hex | B0 | 6C | 4D | 0 | 27 | 38 | 1F | 13 | 27 | 32 |
| Octal | 260 | 154 | 115 | 0 | 47 | 70 | 37 | 23 | 47 | 62 |
| Binary | 10110000 | 1101100 | 1001101 | 0 | 100111 | 111000 | 11111 | 10011 | 100111 | 110010 |
Color Harmonies of #B06C4D
Complementary color
Monochromatic Colors of #B06C4D
Black with #B06C4D
Text Example
Text Example
White with #B06C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C4D; }
p { color: rgb(176,108,77); }
H1.HeaderClassName
{
color: #B06C4D;
}
.AnyTagClassName
{
color: #B06C4D;
}
</style>
background-color css
<style>
a { background-color: #B06C4D; }
a { background-color: rgb(176,108,77); }
div.DivClassName
{
background-color: #B06C4D;
}
.BgClassName
{
background-color: #B06C4D;
}
</style>
border-color css
<style>
span { border-color: #B06C4D; }
span { border-color: rgb(176,108,77); }
td.TdClassName
{
border-color: #B06C4D;
}
.TagClassName
{
border-color: #B06C4D;
}
</style>