Html Css Color HEX #BEBA98 Tana

📋 copy color: '#BEBA98'

red 190 ◦ green 186 ◦ blue 152

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

Shades of Tana #BEBA98

Tints of Tana #BEBA98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.79%

R = 35.98%
G = 35.23%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BEBA98 (or 0xBEBA98) is known color: Tana. HEX triplet: BE, BA and 98. RGB value is (190,186,152). Sum of RGB (Red+Green+Blue) = 190+186+152=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA98 is #414567. Grayscale: #B7B7B7. Windows color (decimal): -4277608 or 10009278. OLE color: 10009278.

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

Color convert

RGB 190 186 152 -
CMYK 0 0.02 0.2 0.25
HSL 53.68º 0.23% 0.67% -
HSV(B) 53.68º 0.2% 0.75% -
XYZ 44.46 48.33 36.69 -
YUV 183.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 190 186 152 0 0.02 0.2 0.25 53.68 0.23 0.67
Hex BE BA 98 0 2 14 19 36 17 43
Octal 276 272 230 0 2 24 31 66 27 103
Binary 10111110 10111010 10011000 0 10 10100 11001 110110 10111 1000011

Color Harmonies of #BEBA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA98

Black with #BEBA98

Text Example


Text Example

White with #BEBA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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