#BEB89C

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

Shades of Tana #BEB89C

Tints of Tana #BEB89C

Color information

#BEB89C (or 0xBEB89C) is unknown color: approx Tana. HEX triplet: BE, B8 and 9C. RGB value is (190,184,156). Sum of RGB (Red+Green+Blue) = 190+184+156=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB89C is #414763. Grayscale: #B6B6B6. Windows color (decimal): -4278116 or 10270910. OLE color: 10270910.

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

Color convert

RGB190184156-
CMYK00.030.180.25
HSL49.41º20.73%67.84%-
HSV(B)49.41º17.89%74.51%-
XYZ44.3847.6338.31-
YUV182.6112.99133.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 184 (72.27% from 255) = 34.72%
BLUE value IS 156 (61.33% from 255) = 29.43%
R=35.85%
G=34.72%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018415600.030.180.2549.4120.7367.84
HexBEB89C031219311544
Octal2762702340322316125104
Binary1011111010111000100111000111001011001110001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB89C; }

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

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

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

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

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

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

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

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