#BCA17D

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

Shades of Pale Taupe #BCA17D

Tints of Pale Taupe #BCA17D

Color information

#BCA17D (or 0xBCA17D) is unknown color: approx Pale Taupe. HEX triplet: BC, A1 and 7D. RGB value is (188,161,125). Sum of RGB (Red+Green+Blue) = 188+161+125=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA17D is #435E82. Grayscale: #A5A5A5. Windows color (decimal): -4415107 or 8233404. OLE color: 8233404.

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

Color convert

RGB188161125-
CMYK00.140.340.26
HSL34.29º31.98%61.37%-
HSV(B)34.29º33.51%73.73%-
XYZ37.1937.6624.71-
YUV164.97105.45144.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 161 (63.28% from 255) = 33.97%
BLUE value IS 125 (49.22% from 255) = 26.37%
R=39.66%
G=33.97%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816112500.140.340.2634.2931.9861.37
HexBCA17D0E221A22203d
Octal2742411750164232424075
Binary101111001010000111111010111010001011010100010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA17D; }

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

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

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

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

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

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

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

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