#B69D87

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

Shades of Pale Taupe #B69D87

Tints of Pale Taupe #B69D87

Color information

#B69D87 (or 0xB69D87) is unknown color: approx Pale Taupe. HEX triplet: B6, 9D and 87. RGB value is (182,157,135). Sum of RGB (Red+Green+Blue) = 182+157+135=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69D87 is #496278. Grayscale: #A2A2A2. Windows color (decimal): -4809337 or 8887734. OLE color: 8887734.

HSL color Cylindrical-coordinate representation of color #B69D87: hue angle of 28.09º degrees, saturation: 0.24, 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 #B69D87 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB182157135-
CMYK00.140.260.29
HSL28.09º24.35%62.16%-
HSV(B)28.09º25.82%71.37%-
XYZ35.7235.8127.95-
YUV161.97112.78142.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.40%
GREEN value IS 157 (61.72% from 255) = 33.12%
BLUE value IS 135 (53.12% from 255) = 28.48%
R=38.40%
G=33.12%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215713500.140.260.2928.0924.3562.16
HexB69D870E1A1D1c183e
Octal2662352070163235343076
Binary1011011010011101100001110111011010111011110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69D87; }

 p { color: rgb(182,157,135); }

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

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

 a { background-color: rgb(182,157,135); }

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

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

 span { border-color: rgb(182,157,135); }

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