#BCA07D

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

Shades of Pale Taupe #BCA07D

Tints of Pale Taupe #BCA07D

Color information

#BCA07D (or 0xBCA07D) is unknown color: approx Pale Taupe. HEX triplet: BC, A0 and 7D. RGB value is (188,160,125). Sum of RGB (Red+Green+Blue) = 188+160+125=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA07D is #435F82. Grayscale: #A4A4A4. Windows color (decimal): -4415363 or 8233148. OLE color: 8233148.

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

Color convert

RGB188160125-
CMYK00.150.340.26
HSL33.33º31.98%61.37%-
HSV(B)33.33º33.51%73.73%-
XYZ37.0137.3124.65-
YUV164.38105.78144.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 125 (49.22% from 255) = 26.43%
R=39.75%
G=33.83%
B=26.43%

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
Decimal18816012500.150.340.2633.3331.9861.37
HexBCA07D0F221A21203d
Octal2742401750174232414075
Binary101111001010000011111010111110001011010100001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA07D; }

 p { color: rgb(188,160,125); }

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

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

 a { background-color: rgb(188,160,125); }

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

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

 span { border-color: rgb(188,160,125); }

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