Shades of Pale Taupe #B6927F
Tints of Pale Taupe #B6927F
RGB
CMYK
RGB Variations
Color information
#B6927F (or 0xB6927F) is known color: Pale Taupe. HEX triplet: B6, 92 and 7F. RGB value is (182,146,127). Sum of RGB (Red+Green+Blue) = 182+146+127=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B6927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6927F is #496D80. Grayscale: #9A9A9A. Windows color (decimal): -4812161 or 8360630. OLE color: 8360630.
HSL color Cylindrical-coordinate representation of color #B6927F: hue angle of 20.73º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6927F is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 146 | 127 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.29 |
| HSL | 20.73º | 0.27% | 0.61% | - |
| HSV(B) | 20.73º | 0.3% | 0.71% | - |
| XYZ | 33.4 | 32.04 | 24.5 | - |
| YUV | 154.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 146 | 127 | 0 | 0.20 | 0.30 | 0.29 | 20.73 | 0.27 | 0.61 |
| Hex | B6 | 92 | 7F | 0 | 14 | 1E | 1D | 15 | 1B | 3D |
| Octal | 266 | 222 | 177 | 0 | 24 | 36 | 35 | 25 | 33 | 75 |
| Binary | 10110110 | 10010010 | 1111111 | 0 | 10100 | 11110 | 11101 | 10101 | 11011 | 111101 |
Color Harmonies of #B6927F
Complementary color
Monochromatic Colors of #B6927F
Black with #B6927F
Text Example
Text Example
White with #B6927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6927F; }
p { color: rgb(182,146,127); }
H1.HeaderClassName
{
color: #B6927F;
}
.AnyTagClassName
{
color: #B6927F;
}
</style>
background-color css
<style>
a { background-color: #B6927F; }
a { background-color: rgb(182,146,127); }
div.DivClassName
{
background-color: #B6927F;
}
.BgClassName
{
background-color: #B6927F;
}
</style>
border-color css
<style>
span { border-color: #B6927F; }
span { border-color: rgb(182,146,127); }
td.TdClassName
{
border-color: #B6927F;
}
.TagClassName
{
border-color: #B6927F;
}
</style>