#B69D89

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

Shades of Pale Taupe #B69D89

Tints of Pale Taupe #B69D89

Color information

#B69D89 (or 0xB69D89) is unknown color: approx Pale Taupe. HEX triplet: B6, 9D and 89. RGB value is (182,157,137). Sum of RGB (Red+Green+Blue) = 182+157+137=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69D89 is #496276. Grayscale: #A2A2A2. Windows color (decimal): -4809335 or 9018806. OLE color: 9018806.

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

Color convert

RGB182157137-
CMYK00.140.250.29
HSL26.67º23.56%62.55%-
HSV(B)26.67º24.73%71.37%-
XYZ35.8635.8728.7-
YUV162.2113.78142.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.24%
GREEN value IS 157 (61.72% from 255) = 32.98%
BLUE value IS 137 (53.91% from 255) = 28.78%
R=38.24%
G=32.98%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215713700.140.250.2926.6723.5662.55
HexB69D890E191D1b183f
Octal2662352110163135333077
Binary1011011010011101100010010111011001111011101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69D89; }

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

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

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

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

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

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

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

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