Html Css Color HEX #BEA894 Silk

📋 copy color: '#BEA894'

red 190 ◦ green 168 ◦ blue 148

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

Shades of Silk #BEA894

Tints of Silk #BEA894

RGB

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

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

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

R = 37.55%
G = 33.2%
B = 29.25%

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

#BEA894 (or 0xBEA894) is known color: Silk. HEX triplet: BE, A8 and 94. RGB value is (190,168,148). Sum of RGB (Red+Green+Blue) = 190+168+148=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA894 is #41576B. Grayscale: #ACACAC. Windows color (decimal): -4282220 or 9742526. OLE color: 9742526.

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

Color convert

RGB 190 168 148 -
CMYK 0 0.12 0.22 0.25
HSL 28.57º 0.24% 0.66% -
HSV(B) 28.57º 0.22% 0.75% -
XYZ 40.58 41.09 33.81 -
YUV 172.3 114.29 140.63 -
System Red Green Blue C M Y K H S L
Decimal 190 168 148 0 0.12 0.22 0.25 28.57 0.24 0.66
Hex BE A8 94 0 C 16 19 1D 18 42
Octal 276 250 224 0 14 26 31 35 30 102
Binary 10111110 10101000 10010100 0 1100 10110 11001 11101 11000 1000010

Color Harmonies of #BEA894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA894

Black with #BEA894

Text Example


Text Example

White with #BEA894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA894; }

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

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

background-color css

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

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

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

border-color css

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

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

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