Html Css Color HEX #BEBA9E Tana

📋 copy color: '#BEBA9E'

red 190 ◦ green 186 ◦ blue 158

#BEBA9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tana #BEBA9E

Tints of Tana #BEBA9E

RGB

 RED value IS 190 (74.61% from 255) = 35.58%

 GREEN value IS 186 (73.05% from 255) = 34.83%

 BLUE value IS 158 (62.11% from 255) = 29.59%

R = 35.58%
G = 34.83%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BEBA9E (or 0xBEBA9E) is known color: Tana. HEX triplet: BE, BA and 9E. RGB value is (190,186,158). Sum of RGB (Red+Green+Blue) = 190+186+158=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA9E is #414561. Grayscale: #B8B8B8. Windows color (decimal): -4277602 or 10402494. OLE color: 10402494.

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

Color convert

RGB 190 186 158 -
CMYK 0 0.02 0.17 0.25
HSL 52.5º 0.2% 0.68% -
HSV(B) 52.5º 0.17% 0.75% -
XYZ 44.97 48.53 39.35 -
YUV 184 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 190 186 158 0 0.02 0.17 0.25 52.5 0.2 0.68
Hex BE BA 9E 0 2 11 19 34 14 44
Octal 276 272 236 0 2 21 31 64 24 104
Binary 10111110 10111010 10011110 0 10 10001 11001 110100 10100 1000100

Color Harmonies of #BEBA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA9E

Black with #BEBA9E

Text Example


Text Example

White with #BEBA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA9E; }

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

 H1.HeaderClassName
 {
   color: #BEBA9E;
 }
 .AnyTagClassName
 {
   color: #BEBA9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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