#BFBD9E

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

Shades of Tana #BFBD9E

Tints of Tana #BFBD9E

Color information

#BFBD9E (or 0xBFBD9E) is unknown color: approx Tana. HEX triplet: BF, BD and 9E. RGB value is (191,189,158). Sum of RGB (Red+Green+Blue) = 191+189+158=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBD9E is #404261. Grayscale: #BABABA. Windows color (decimal): -4211298 or 10403263. OLE color: 10403263.

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

Color convert

RGB191189158-
CMYK00.010.170.25
HSL56.36º20.5%68.43%-
HSV(B)56.36º17.28%74.9%-
XYZ45.8649.9439.57-
YUV186.06112.16131.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 158 (62.11% from 255) = 29.37%
R=35.50%
G=35.13%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118915800.010.170.2556.3620.568.43
HexBFBD9E011119381444
Octal2772752360121317024104
Binary101111111011110110011110011000111001111000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD9E; }

 p { color: rgb(191,189,158); }

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

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

 a { background-color: rgb(191,189,158); }

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

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

 span { border-color: rgb(191,189,158); }

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