#B6987D

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

Shades of Pale Taupe #B6987D

Tints of Pale Taupe #B6987D

Color information

#B6987D (or 0xB6987D) is unknown color: approx Pale Taupe. HEX triplet: B6, 98 and 7D. RGB value is (182,152,125). Sum of RGB (Red+Green+Blue) = 182+152+125=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B6987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6987D is #496782. Grayscale: #9E9E9E. Windows color (decimal): -4810627 or 8231094. OLE color: 8231094.

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

Color convert

RGB182152125-
CMYK00.160.310.29
HSL28.42º28.08%60.2%-
HSV(B)28.42º31.32%71.37%-
XYZ34.2233.8824.14-
YUV157.89109.44145.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 152 (59.77% from 255) = 33.12%
BLUE value IS 125 (49.22% from 255) = 27.23%
R=39.65%
G=33.12%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215212500.160.310.2928.4228.0860.2
HexB6987D0101F1D1c1c3c
Octal2662301750203735343474
Binary1011011010011000111110101000011111111011110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6987D; }

 p { color: rgb(182,152,125); }

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

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

 a { background-color: rgb(182,152,125); }

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

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

 span { border-color: rgb(182,152,125); }

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