#BD9473

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

Shades of Pale Taupe #BD9473

Tints of Pale Taupe #BD9473

Color information

#BD9473 (or 0xBD9473) is unknown color: approx Pale Taupe. HEX triplet: BD, 94 and 73. RGB value is (189,148,115). Sum of RGB (Red+Green+Blue) = 189+148+115=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9473 is #426B8C. Grayscale: #9C9C9C. Windows color (decimal): -4352909 or 7574717. OLE color: 7574717.

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

Color convert

RGB189148115-
CMYK00.220.390.26
HSL26.76º35.92%59.61%-
HSV(B)26.76º39.15%74.12%-
XYZ34.6733.2420.81-
YUV156.5104.58151.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.81%
GREEN value IS 148 (58.20% from 255) = 32.74%
BLUE value IS 115 (45.31% from 255) = 25.44%
R=41.81%
G=32.74%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914811500.220.390.2626.7635.9259.61
HexBD9473016271A1b243c
Octal2752241630264732334474
Binary101111011001010011100110101101001111101011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9473; }

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

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

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

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

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

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

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

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