#B69D84

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

Shades of Pale Taupe #B69D84

Tints of Pale Taupe #B69D84

Color information

#B69D84 (or 0xB69D84) is unknown color: approx Pale Taupe. HEX triplet: B6, 9D and 84. RGB value is (182,157,132). Sum of RGB (Red+Green+Blue) = 182+157+132=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69D84 is #49627B. Grayscale: #A1A1A1. Windows color (decimal): -4809340 or 8691126. OLE color: 8691126.

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

Color convert

RGB182157132-
CMYK00.140.270.29
HSL30º25.51%61.57%-
HSV(B)30º27.47%71.37%-
XYZ35.5135.7226.85-
YUV161.62111.28142.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 157 (61.72% from 255) = 33.33%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=38.64%
G=33.33%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215713200.140.270.293025.5161.57
HexB69D840E1B1D1e1a3e
Octal2662352040163335363276
Binary1011011010011101100001000111011011111011111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69D84; }

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

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

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

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

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

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

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

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