Html Css Color HEX #BEA895 Silk

📋 copy color: '#BEA895'

red 190 ◦ green 168 ◦ blue 149

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

Shades of Silk #BEA895

Tints of Silk #BEA895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.39%

R = 37.48%
G = 33.14%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BEA895 (or 0xBEA895) is known color: Silk. HEX triplet: BE, A8 and 95. RGB value is (190,168,149). Sum of RGB (Red+Green+Blue) = 190+168+149=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA895 is #41576A. Grayscale: #ACACAC. Windows color (decimal): -4282219 or 9808062. OLE color: 9808062.

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

Color convert

RGB 190 168 149 -
CMYK 0 0.12 0.22 0.25
HSL 27.8º 0.24% 0.66% -
HSV(B) 27.8º 0.22% 0.75% -
XYZ 40.66 41.12 34.23 -
YUV 172.41 114.79 140.54 -
System Red Green Blue C M Y K H S L
Decimal 190 168 149 0 0.12 0.22 0.25 27.8 0.24 0.66
Hex BE A8 95 0 C 16 19 1C 18 42
Octal 276 250 225 0 14 26 31 34 30 102
Binary 10111110 10101000 10010101 0 1100 10110 11001 11100 11000 1000010

Color Harmonies of #BEA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA895

Black with #BEA895

Text Example


Text Example

White with #BEA895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA895; }

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

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

background-color css

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

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

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

border-color css

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

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

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