Html Css Color HEX #BEBA9F Tana

📋 copy color: '#BEBA9F'

red 190 ◦ green 186 ◦ blue 159

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

Shades of Tana #BEBA9F

Tints of Tana #BEBA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.72%

R = 35.51%
G = 34.77%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BEBA9F (or 0xBEBA9F) is known color: Tana. HEX triplet: BE, BA and 9F. RGB value is (190,186,159). Sum of RGB (Red+Green+Blue) = 190+186+159=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA9F is #414560. Grayscale: #B8B8B8. Windows color (decimal): -4277601 or 10468030. OLE color: 10468030.

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

Color convert

RGB 190 186 159 -
CMYK 0 0.02 0.16 0.25
HSL 52.26º 0.19% 0.68% -
HSV(B) 52.26º 0.16% 0.75% -
XYZ 45.05 48.57 39.8 -
YUV 184.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 190 186 159 0 0.02 0.16 0.25 52.26 0.19 0.68
Hex BE BA 9F 0 2 10 19 34 13 44
Octal 276 272 237 0 2 20 31 64 23 104
Binary 10111110 10111010 10011111 0 10 10000 11001 110100 10011 1000100

Color Harmonies of #BEBA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA9F

Black with #BEBA9F

Text Example


Text Example

White with #BEBA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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