#BDA17C

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

Shades of Pale Taupe #BDA17C

Tints of Pale Taupe #BDA17C

Color information

#BDA17C (or 0xBDA17C) is unknown color: approx Pale Taupe. HEX triplet: BD, A1 and 7C. RGB value is (189,161,124). Sum of RGB (Red+Green+Blue) = 189+161+124=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA17C is #425E83. Grayscale: #A5A5A5. Windows color (decimal): -4349572 or 8167869. OLE color: 8167869.

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

Color convert

RGB189161124-
CMYK00.150.340.26
HSL34.15º32.99%61.37%-
HSV(B)34.15º34.39%74.12%-
XYZ37.3737.7624.39-
YUV165.15104.78145.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 161 (63.28% from 255) = 33.97%
BLUE value IS 124 (48.83% from 255) = 26.16%
R=39.87%
G=33.97%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916112400.150.340.2634.1532.9961.37
HexBDA17C0F221A22213d
Octal2752411740174232424175
Binary101111011010000111111000111110001011010100010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA17C; }

 p { color: rgb(189,161,124); }

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

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

 a { background-color: rgb(189,161,124); }

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

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

 span { border-color: rgb(189,161,124); }

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