#B69986

Color #B69986 Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #B69986

Tints of Pale Taupe #B69986

Color information

#B69986 (or 0xB69986) is unknown color: approx Pale Taupe. HEX triplet: B6, 99 and 86. RGB value is (182,153,134). Sum of RGB (Red+Green+Blue) = 182+153+134=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B69986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69986 is #496679. Grayscale: #9F9F9F. Windows color (decimal): -4810362 or 8821174. OLE color: 8821174.

HSL color Cylindrical-coordinate representation of color #B69986: hue angle of 23.75º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B69986 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB182153134-
CMYK00.160.260.29
HSL23.75º24.74%61.96%-
HSV(B)23.75º26.37%71.37%-
XYZ34.9934.4527.36-
YUV159.5113.61144.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 134 (52.73% from 255) = 28.57%
R=38.81%
G=32.62%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215313400.160.260.2923.7524.7461.96
HexB699860101A1D18193e
Octal2662312060203235303176
Binary10110110100110011000011001000011010111011100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69986; }

 p { color: rgb(182,153,134); }

 H1.HeaderClassName
 {
   color: #B69986;
 }
 .AnyTagClassName
 {
   color: #B69986;
 }
</style>
background-color css

<style>
 a { background-color: #B69986; }

 a { background-color: rgb(182,153,134); }

 div.DivClassName
 {
   background-color: #B69986;
 }
 .BgClassName
 {
   background-color: #B69986;
 }
</style>
border-color css

<style>
 span { border-color: #B69986; }

 span { border-color: rgb(182,153,134); }

 td.TdClassName
 {
   border-color: #B69986;
 }
 .TagClassName
 {
   border-color: #B69986;
 }
</style>