#BD9C7D

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

Shades of Pale Taupe #BD9C7D

Tints of Pale Taupe #BD9C7D

Color information

#BD9C7D (or 0xBD9C7D) is unknown color: approx Pale Taupe. HEX triplet: BD, 9C and 7D. RGB value is (189,156,125). Sum of RGB (Red+Green+Blue) = 189+156+125=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9C7D is #426382. Grayscale: #A2A2A2. Windows color (decimal): -4350851 or 8232125. OLE color: 8232125.

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

Color convert

RGB189156125-
CMYK00.170.340.26
HSL29.06º32.65%61.57%-
HSV(B)29.06º33.86%74.12%-
XYZ36.5836.0824.44-
YUV162.33106.93147.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 156 (61.33% from 255) = 33.19%
BLUE value IS 125 (49.22% from 255) = 26.60%
R=40.21%
G=33.19%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915612500.170.340.2629.0632.6561.57
HexBD9C7D011221A1d213e
Octal2752341750214232354176
Binary101111011001110011111010100011000101101011101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9C7D; }

 p { color: rgb(189,156,125); }

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

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

 a { background-color: rgb(189,156,125); }

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

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

 span { border-color: rgb(189,156,125); }

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