Shades of Pale Taupe #BC9273
Tints of Pale Taupe #BC9273
RGB
CMYK
RGB Variations
Color information
#BC9273 (or 0xBC9273) is known color: Pale Taupe. HEX triplet: BC, 92 and 73. RGB value is (188,146,115). Sum of RGB (Red+Green+Blue) = 188+146+115=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9273 is #436D8C. Grayscale: #9B9B9B. Windows color (decimal): -4418957 or 7574204. OLE color: 7574204.
HSL color Cylindrical-coordinate representation of color #BC9273: hue angle of 25.48º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC9273 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 115 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.26 |
| HSL | 25.48º | 0.35% | 0.59% | - |
| HSV(B) | 25.48º | 0.39% | 0.74% | - |
| XYZ | 34.11 | 32.49 | 20.69 | - |
| YUV | 155.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 115 | 0 | 0.22 | 0.39 | 0.26 | 25.48 | 0.35 | 0.59 |
| Hex | BC | 92 | 73 | 0 | 16 | 27 | 1A | 19 | 23 | 3B |
| Octal | 274 | 222 | 163 | 0 | 26 | 47 | 32 | 31 | 43 | 73 |
| Binary | 10111100 | 10010010 | 1110011 | 0 | 10110 | 100111 | 11010 | 11001 | 100011 | 111011 |
Color Harmonies of #BC9273
Complementary color
Monochromatic Colors of #BC9273
Black with #BC9273
Text Example
Text Example
White with #BC9273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9273; }
p { color: rgb(188,146,115); }
H1.HeaderClassName
{
color: #BC9273;
}
.AnyTagClassName
{
color: #BC9273;
}
</style>
background-color css
<style>
a { background-color: #BC9273; }
a { background-color: rgb(188,146,115); }
div.DivClassName
{
background-color: #BC9273;
}
.BgClassName
{
background-color: #BC9273;
}
</style>
border-color css
<style>
span { border-color: #BC9273; }
span { border-color: rgb(188,146,115); }
td.TdClassName
{
border-color: #BC9273;
}
.TagClassName
{
border-color: #BC9273;
}
</style>