#BFBC9C

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

Shades of Tana #BFBC9C

Tints of Tana #BFBC9C

Color information

#BFBC9C (or 0xBFBC9C) is unknown color: approx Tana. HEX triplet: BF, BC and 9C. RGB value is (191,188,156). Sum of RGB (Red+Green+Blue) = 191+188+156=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC9C is #404363. Grayscale: #B9B9B9. Windows color (decimal): -4211556 or 10271935. OLE color: 10271935.

HSL color Cylindrical-coordinate representation of color #BFBC9C: hue angle of 54.86º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFBC9C is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB191188156-
CMYK00.020.180.25
HSL54.86º21.47%68.04%-
HSV(B)54.86º18.32%74.9%-
XYZ45.4749.4438.6-
YUV185.25111.49132.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 156 (61.33% from 255) = 29.16%
R=35.70%
G=35.14%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118815600.020.180.2554.8621.4768.04
HexBFBC9C021219371544
Octal2772742340222316725104
Binary1011111110111100100111000101001011001110111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC9C; }

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

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

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

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

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

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

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

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