Html Css Color HEX #BEA494 Silk

📋 copy color: '#BEA494'

red 190 ◦ green 164 ◦ blue 148

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

Shades of Silk #BEA494

Tints of Silk #BEA494

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.67%

 BLUE value IS 148 (58.2% from 255) = 29.48%

R = 37.85%
G = 32.67%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BEA494 (or 0xBEA494) is known color: Silk. HEX triplet: BE, A4 and 94. RGB value is (190,164,148). Sum of RGB (Red+Green+Blue) = 190+164+148=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA494 is #415B6B. Grayscale: #AAAAAA. Windows color (decimal): -4283244 or 9741502. OLE color: 9741502.

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

Color convert

RGB 190 164 148 -
CMYK 0 0.14 0.22 0.25
HSL 22.86º 0.24% 0.66% -
HSV(B) 22.86º 0.22% 0.75% -
XYZ 39.86 39.64 33.57 -
YUV 169.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 190 164 148 0 0.14 0.22 0.25 22.86 0.24 0.66
Hex BE A4 94 0 E 16 19 17 18 42
Octal 276 244 224 0 16 26 31 27 30 102
Binary 10111110 10100100 10010100 0 1110 10110 11001 10111 11000 1000010

Color Harmonies of #BEA494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA494

Black with #BEA494

Text Example


Text Example

White with #BEA494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA494; }

 p { color: rgb(190,164,148); }

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

background-color css

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

 a { background-color: rgb(190,164,148); }

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

border-color css

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

 span { border-color: rgb(190,164,148); }

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