#B69D80

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

Shades of Pale Taupe #B69D80

Tints of Pale Taupe #B69D80

Color information

#B69D80 (or 0xB69D80) is unknown color: approx Pale Taupe. HEX triplet: B6, 9D and 80. RGB value is (182,157,128). Sum of RGB (Red+Green+Blue) = 182+157+128=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69D80 is #49627F. Grayscale: #A1A1A1. Windows color (decimal): -4809344 or 8428982. OLE color: 8428982.

HSL color Cylindrical-coordinate representation of color #B69D80: hue angle of 32.22º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B69D80 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB182157128-
CMYK00.140.300.29
HSL32.22º27%60.78%-
HSV(B)32.22º29.67%71.37%-
XYZ35.2435.6225.44-
YUV161.17109.28142.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 157 (61.72% from 255) = 33.62%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=38.97%
G=33.62%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215712800.140.300.2932.222760.78
HexB69D800E1E1D201b3d
Octal2662352000163635403375
Binary10110110100111011000000001110111101110110000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69D80; }

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

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

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

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

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

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

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

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