Html Css Color HEX #BEB998 Tana

📋 copy color: '#BEB998'

red 190 ◦ green 185 ◦ blue 152

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

Shades of Tana #BEB998

Tints of Tana #BEB998

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.1%

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

R = 36.05%
G = 35.1%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BEB998 (or 0xBEB998) is known color: Tana. HEX triplet: BE, B9 and 98. RGB value is (190,185,152). Sum of RGB (Red+Green+Blue) = 190+185+152=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB998 is #414667. Grayscale: #B6B6B6. Windows color (decimal): -4277864 or 10009022. OLE color: 10009022.

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

Color convert

RGB 190 185 152 -
CMYK 0 0.03 0.2 0.25
HSL 52.11º 0.23% 0.67% -
HSV(B) 52.11º 0.2% 0.75% -
XYZ 44.25 47.91 36.62 -
YUV 182.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 190 185 152 0 0.03 0.2 0.25 52.11 0.23 0.67
Hex BE B9 98 0 3 14 19 34 17 43
Octal 276 271 230 0 3 24 31 64 27 103
Binary 10111110 10111001 10011000 0 11 10100 11001 110100 10111 1000011

Color Harmonies of #BEB998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB998

Black with #BEB998

Text Example


Text Example

White with #BEB998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB998; }

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

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

background-color css

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

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

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

border-color css

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

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

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