Shades of Pale Taupe #BC927B
Tints of Pale Taupe #BC927B
RGB
CMYK
RGB Variations
Color information
#BC927B (or 0xBC927B) is known color: Pale Taupe. HEX triplet: BC, 92 and 7B. RGB value is (188,146,123). Sum of RGB (Red+Green+Blue) = 188+146+123=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC927B is #436D84. Grayscale: #9C9C9C. Windows color (decimal): -4418949 or 8098492. OLE color: 8098492.
HSL color Cylindrical-coordinate representation of color #BC927B: hue angle of 21.23º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC927B is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 123 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.26 |
| HSL | 21.23º | 0.33% | 0.61% | - |
| HSV(B) | 21.23º | 0.35% | 0.74% | - |
| XYZ | 34.59 | 32.68 | 23.22 | - |
| YUV | 155.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 123 | 0 | 0.22 | 0.35 | 0.26 | 21.23 | 0.33 | 0.61 |
| Hex | BC | 92 | 7B | 0 | 16 | 23 | 1A | 15 | 21 | 3D |
| Octal | 274 | 222 | 173 | 0 | 26 | 43 | 32 | 25 | 41 | 75 |
| Binary | 10111100 | 10010010 | 1111011 | 0 | 10110 | 100011 | 11010 | 10101 | 100001 | 111101 |
Color Harmonies of #BC927B
Complementary color
Monochromatic Colors of #BC927B
Black with #BC927B
Text Example
Text Example
White with #BC927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC927B; }
p { color: rgb(188,146,123); }
H1.HeaderClassName
{
color: #BC927B;
}
.AnyTagClassName
{
color: #BC927B;
}
</style>
background-color css
<style>
a { background-color: #BC927B; }
a { background-color: rgb(188,146,123); }
div.DivClassName
{
background-color: #BC927B;
}
.BgClassName
{
background-color: #BC927B;
}
</style>
border-color css
<style>
span { border-color: #BC927B; }
span { border-color: rgb(188,146,123); }
td.TdClassName
{
border-color: #BC927B;
}
.TagClassName
{
border-color: #BC927B;
}
</style>