Shades of Pale Taupe #B69C7B
Tints of Pale Taupe #B69C7B
RGB
CMYK
RGB Variations
Color information
#B69C7B (or 0xB69C7B) is known color: Pale Taupe. HEX triplet: B6, 9C and 7B. RGB value is (182,156,123). Sum of RGB (Red+Green+Blue) = 182+156+123=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69C7B is #496384. Grayscale: #A0A0A0. Windows color (decimal): -4809605 or 8101046. OLE color: 8101046.
HSL color Cylindrical-coordinate representation of color #B69C7B: hue angle of 33.56º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B69C7B is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 156 | 123 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.29 |
| HSL | 33.56º | 0.29% | 0.6% | - |
| HSV(B) | 33.56º | 0.32% | 0.71% | - |
| XYZ | 34.76 | 35.15 | 23.69 | - |
| YUV | 160.01 | 107.11 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 156 | 123 | 0 | 0.14 | 0.32 | 0.29 | 33.56 | 0.29 | 0.6 |
| Hex | B6 | 9C | 7B | 0 | E | 20 | 1D | 22 | 1D | 3C |
| Octal | 266 | 234 | 173 | 0 | 16 | 40 | 35 | 42 | 35 | 74 |
| Binary | 10110110 | 10011100 | 1111011 | 0 | 1110 | 100000 | 11101 | 100010 | 11101 | 111100 |
Color Harmonies of #B69C7B
Complementary color
Monochromatic Colors of #B69C7B
Black with #B69C7B
Text Example
Text Example
White with #B69C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69C7B; }
p { color: rgb(182,156,123); }
H1.HeaderClassName
{
color: #B69C7B;
}
.AnyTagClassName
{
color: #B69C7B;
}
</style>
background-color css
<style>
a { background-color: #B69C7B; }
a { background-color: rgb(182,156,123); }
div.DivClassName
{
background-color: #B69C7B;
}
.BgClassName
{
background-color: #B69C7B;
}
</style>
border-color css
<style>
span { border-color: #B69C7B; }
span { border-color: rgb(182,156,123); }
td.TdClassName
{
border-color: #B69C7B;
}
.TagClassName
{
border-color: #B69C7B;
}
</style>