Html Css Color HEX #BEA896 Silk

📋 copy color: '#BEA896'

red 190 ◦ green 168 ◦ blue 150

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

Shades of Silk #BEA896

Tints of Silk #BEA896

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.07%

 BLUE value IS 150 (58.98% from 255) = 29.53%

R = 37.4%
G = 33.07%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BEA896 (or 0xBEA896) is known color: Silk. HEX triplet: BE, A8 and 96. RGB value is (190,168,150). Sum of RGB (Red+Green+Blue) = 190+168+150=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA896 is #415769. Grayscale: #ACACAC. Windows color (decimal): -4282218 or 9873598. OLE color: 9873598.

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

Color convert

RGB 190 168 150 -
CMYK 0 0.12 0.21 0.25
HSL 27º 0.24% 0.67% -
HSV(B) 27º 0.21% 0.75% -
XYZ 40.74 41.15 34.65 -
YUV 172.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 190 168 150 0 0.12 0.21 0.25 27 0.24 0.67
Hex BE A8 96 0 C 15 19 1B 18 43
Octal 276 250 226 0 14 25 31 33 30 103
Binary 10111110 10101000 10010110 0 1100 10101 11001 11011 11000 1000011

Color Harmonies of #BEA896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA896

Black with #BEA896

Text Example


Text Example

White with #BEA896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA896; }

 p { color: rgb(190,168,150); }

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

background-color css

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

 a { background-color: rgb(190,168,150); }

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

border-color css

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

 span { border-color: rgb(190,168,150); }

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