#BCA07A

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

Shades of Pale Taupe #BCA07A

Tints of Pale Taupe #BCA07A

Color information

#BCA07A (or 0xBCA07A) is unknown color: approx Pale Taupe. HEX triplet: BC, A0 and 7A. RGB value is (188,160,122). Sum of RGB (Red+Green+Blue) = 188+160+122=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA07A is #435F85. Grayscale: #A4A4A4. Windows color (decimal): -4415366 or 8036540. OLE color: 8036540.

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

Color convert

RGB188160122-
CMYK00.150.350.26
HSL34.55º33%60.78%-
HSV(B)34.55º35.11%73.73%-
XYZ36.8237.2423.66-
YUV164.04104.28145.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 160 (62.89% from 255) = 34.04%
BLUE value IS 122 (48.05% from 255) = 25.96%
R=40%
G=34.04%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816012200.150.350.2634.553360.78
HexBCA07A0F231A23213d
Octal2742401720174332434175
Binary101111001010000011110100111110001111010100011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA07A; }

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

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

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

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

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

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

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

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