#BDA07E

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

Shades of Pale Taupe #BDA07E

Tints of Pale Taupe #BDA07E

Color information

#BDA07E (or 0xBDA07E) is unknown color: approx Pale Taupe. HEX triplet: BD, A0 and 7E. RGB value is (189,160,126). Sum of RGB (Red+Green+Blue) = 189+160+126=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA07E is #425F81. Grayscale: #A4A4A4. Windows color (decimal): -4349826 or 8298685. OLE color: 8298685.

HSL color Cylindrical-coordinate representation of color #BDA07E: hue angle of 32.38º 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 #BDA07E is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB189160126-
CMYK00.150.330.26
HSL32.38º32.31%61.76%-
HSV(B)32.38º33.33%74.12%-
XYZ37.3237.4725-
YUV164.8106.11145.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=39.79%
G=33.68%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916012600.150.330.2632.3832.3161.76
HexBDA07E0F211A20203e
Octal2752401760174132404076
Binary101111011010000011111100111110000111010100000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA07E; }

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

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

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

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

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

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

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

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