#BEBC9B

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

Shades of Tana #BEBC9B

Tints of Tana #BEBC9B

Color information

#BEBC9B (or 0xBEBC9B) is unknown color: approx Tana. HEX triplet: BE, BC and 9B. RGB value is (190,188,155). Sum of RGB (Red+Green+Blue) = 190+188+155=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC9B is #414364. Grayscale: #B8B8B8. Windows color (decimal): -4277093 or 10206398. OLE color: 10206398.

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

Color convert

RGB190188155-
CMYK00.010.180.25
HSL56.57º21.21%67.65%-
HSV(B)56.57º18.42%74.51%-
XYZ45.1349.2838.14-
YUV184.84111.16131.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 155 (60.94% from 255) = 29.08%
R=35.65%
G=35.27%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018815500.010.180.2556.5721.2167.65
HexBEBC9B011219391544
Octal2762742330122317125104
Binary101111101011110010011011011001011001111001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC9B; }

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

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

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

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

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

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

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

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