#B69E84

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

Shades of Pale Taupe #B69E84

Tints of Pale Taupe #B69E84

Color information

#B69E84 (or 0xB69E84) is unknown color: approx Pale Taupe. HEX triplet: B6, 9E and 84. RGB value is (182,158,132). Sum of RGB (Red+Green+Blue) = 182+158+132=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69E84 is #49617B. Grayscale: #A2A2A2. Windows color (decimal): -4809084 or 8691382. OLE color: 8691382.

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

Color convert

RGB182158132-
CMYK00.130.270.29
HSL31.2º25.51%61.57%-
HSV(B)31.2º27.47%71.37%-
XYZ35.6836.0626.91-
YUV162.21110.95142.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 158 (62.11% from 255) = 33.47%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=38.56%
G=33.47%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215813200.130.270.2931.225.5161.57
HexB69E840D1B1D1f1a3e
Octal2662362040153335373276
Binary1011011010011110100001000110111011111011111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69E84; }

 p { color: rgb(182,158,132); }

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

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

 a { background-color: rgb(182,158,132); }

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

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

 span { border-color: rgb(182,158,132); }

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