#BD9E7A

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

Shades of Pale Taupe #BD9E7A

Tints of Pale Taupe #BD9E7A

Color information

#BD9E7A (or 0xBD9E7A) is unknown color: approx Pale Taupe. HEX triplet: BD, 9E and 7A. RGB value is (189,158,122). Sum of RGB (Red+Green+Blue) = 189+158+122=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9E7A is #426185. Grayscale: #A3A3A3. Windows color (decimal): -4350342 or 8036029. OLE color: 8036029.

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

Color convert

RGB189158122-
CMYK00.160.350.26
HSL32.24º33.67%60.98%-
HSV(B)32.24º35.45%74.12%-
XYZ36.7336.6823.56-
YUV163.17104.77146.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 158 (62.11% from 255) = 33.69%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=40.30%
G=33.69%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915812200.160.350.2632.2433.6760.98
HexBD9E7A010231A20223d
Octal2752361720204332404275
Binary1011110110011110111101001000010001111010100000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9E7A; }

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

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

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

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

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

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

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

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