#BFBC9D

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

Shades of Tana #BFBC9D

Tints of Tana #BFBC9D

Color information

#BFBC9D (or 0xBFBC9D) is unknown color: approx Tana. HEX triplet: BF, BC and 9D. RGB value is (191,188,157). Sum of RGB (Red+Green+Blue) = 191+188+157=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC9D is #404362. Grayscale: #B9B9B9. Windows color (decimal): -4211555 or 10337471. OLE color: 10337471.

HSL color Cylindrical-coordinate representation of color #BFBC9D: hue angle of 54.71º 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 #BFBC9D is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB191188157-
CMYK00.020.180.25
HSL54.71º20.99%68.24%-
HSV(B)54.71º17.8%74.9%-
XYZ45.5549.4839.05-
YUV185.36111.99132.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 157 (61.72% from 255) = 29.29%
R=35.63%
G=35.07%
B=29.29%

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
Decimal19118815700.020.180.2554.7120.9968.24
HexBFBC9D021219371544
Octal2772742350222316725104
Binary1011111110111100100111010101001011001110111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC9D; }

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

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

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

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

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

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

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

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