#BEBA9A

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

Shades of Tana #BEBA9A

Tints of Tana #BEBA9A

Color information

#BEBA9A (or 0xBEBA9A) is unknown color: approx Tana. HEX triplet: BE, BA and 9A. RGB value is (190,186,154). Sum of RGB (Red+Green+Blue) = 190+186+154=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA9A is #414565. Grayscale: #B7B7B7. Windows color (decimal): -4277606 or 10140350. OLE color: 10140350.

HSL color Cylindrical-coordinate representation of color #BEBA9A: hue angle of 53.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEBA9A is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB190186154-
CMYK00.020.190.25
HSL53.33º21.69%67.45%-
HSV(B)53.33º18.95%74.51%-
XYZ44.6348.437.56-
YUV183.55111.33132.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 154 (60.55% from 255) = 29.06%
R=35.85%
G=35.09%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018615400.020.190.2553.3321.6967.45
HexBEBA9A021319351643
Octal2762722320223316526103
Binary1011111010111010100110100101001111001110101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA9A; }

 p { color: rgb(190,186,154); }

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

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

 a { background-color: rgb(190,186,154); }

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

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

 span { border-color: rgb(190,186,154); }

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