#BEBC9D

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

Shades of Tana #BEBC9D

Tints of Tana #BEBC9D

Color information

#BEBC9D (or 0xBEBC9D) is unknown color: approx Tana. HEX triplet: BE, BC and 9D. RGB value is (190,188,157). Sum of RGB (Red+Green+Blue) = 190+188+157=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC9D is #414362. Grayscale: #B9B9B9. Windows color (decimal): -4277091 or 10337470. OLE color: 10337470.

HSL color Cylindrical-coordinate representation of color #BEBC9D: 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 #BEBC9D is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB190188157-
CMYK00.010.170.25
HSL56.36º20.25%68.04%-
HSV(B)56.36º17.37%74.51%-
XYZ45.349.3539.04-
YUV185.06112.16131.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 157 (61.72% from 255) = 29.35%
R=35.51%
G=35.14%
B=29.35%

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
Decimal19018815700.010.170.2556.3620.2568.04
HexBEBC9D011119381444
Octal2762742350121317024104
Binary101111101011110010011101011000111001111000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC9D; }

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

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

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

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

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

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

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

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