#BCBA9C

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

Shades of Tana #BCBA9C

Tints of Tana #BCBA9C

Color information

#BCBA9C (or 0xBCBA9C) is unknown color: approx Tana. HEX triplet: BC, BA and 9C. RGB value is (188,186,156). Sum of RGB (Red+Green+Blue) = 188+186+156=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA9C is #434563. Grayscale: #B7B7B7. Windows color (decimal): -4408676 or 10271420. OLE color: 10271420.

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

Color convert

RGB188186156-
CMYK00.010.170.26
HSL56.25º19.28%67.45%-
HSV(B)56.25º17.02%73.73%-
XYZ44.348.2138.42-
YUV183.18112.66131.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 156 (61.33% from 255) = 29.43%
R=35.47%
G=35.09%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818615600.010.170.2656.2519.2867.45
HexBCBA9C01111A381343
Octal2742722340121327023103
Binary101111001011101010011100011000111010111000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA9C; }

 p { color: rgb(188,186,156); }

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

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

 a { background-color: rgb(188,186,156); }

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

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

 span { border-color: rgb(188,186,156); }

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