#BFB89C

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

Shades of Tana #BFB89C

Tints of Tana #BFB89C

Color information

#BFB89C (or 0xBFB89C) is unknown color: approx Tana. HEX triplet: BF, B8 and 9C. RGB value is (191,184,156). Sum of RGB (Red+Green+Blue) = 191+184+156=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB89C is #404763. Grayscale: #B7B7B7. Windows color (decimal): -4212580 or 10270911. OLE color: 10270911.

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

Color convert

RGB191184156-
CMYK00.040.180.25
HSL48º21.47%68.04%-
HSV(B)48º18.32%74.9%-
XYZ44.6347.7638.32-
YUV182.9112.82133.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 156 (61.33% from 255) = 29.38%
R=35.97%
G=34.65%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118415600.040.180.254821.4768.04
HexBFB89C041219301544
Octal2772702340422316025104
Binary10111111101110001001110001001001011001110000101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB89C; }

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

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

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

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

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

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

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

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