#BD947E

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

Shades of Pale Taupe #BD947E

Tints of Pale Taupe #BD947E

Color information

#BD947E (or 0xBD947E) is unknown color: approx Pale Taupe. HEX triplet: BD, 94 and 7E. RGB value is (189,148,126). Sum of RGB (Red+Green+Blue) = 189+148+126=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD947E is #426B81. Grayscale: #9D9D9D. Windows color (decimal): -4352898 or 8295613. OLE color: 8295613.

HSL color Cylindrical-coordinate representation of color #BD947E: hue angle of 20.95º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD947E is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB189148126-
CMYK00.220.330.26
HSL20.95º32.31%61.76%-
HSV(B)20.95º33.33%74.12%-
XYZ35.3433.524.34-
YUV157.75110.08150.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 126 (49.61% from 255) = 27.21%
R=40.82%
G=31.97%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914812600.220.330.2620.9532.3161.76
HexBD947E016211A15203e
Octal2752241760264132254076
Binary101111011001010011111100101101000011101010101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD947E; }

 p { color: rgb(189,148,126); }

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

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

 a { background-color: rgb(189,148,126); }

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

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

 span { border-color: rgb(189,148,126); }

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