#BD9E82

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

Shades of Pale Taupe #BD9E82

Tints of Pale Taupe #BD9E82

Color information

#BD9E82 (or 0xBD9E82) is unknown color: approx Pale Taupe. HEX triplet: BD, 9E and 82. RGB value is (189,158,130). Sum of RGB (Red+Green+Blue) = 189+158+130=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9E82 is #42617D. Grayscale: #A4A4A4. Windows color (decimal): -4350334 or 8560317. OLE color: 8560317.

HSL color Cylindrical-coordinate representation of color #BD9E82: hue angle of 28.47º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD9E82 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB189158130-
CMYK00.160.310.26
HSL28.47º30.89%62.55%-
HSV(B)28.47º31.22%74.12%-
XYZ37.2436.8826.28-
YUV164.08108.77145.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.62%
GREEN value IS 158 (62.11% from 255) = 33.12%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=39.62%
G=33.12%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915813000.160.310.2628.4730.8962.55
HexBD9E820101F1A1c1f3f
Octal2752362020203732343777
Binary10111101100111101000001001000011111110101110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9E82; }

 p { color: rgb(189,158,130); }

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

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

 a { background-color: rgb(189,158,130); }

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

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

 span { border-color: rgb(189,158,130); }

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