Html Css Color HEX #BEA994 Silk

📋 copy color: '#BEA994'

red 190 ◦ green 169 ◦ blue 148

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

Shades of Silk #BEA994

Tints of Silk #BEA994

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.33%

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

R = 37.48%
G = 33.33%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BEA994 (or 0xBEA994) is known color: Silk. HEX triplet: BE, A9 and 94. RGB value is (190,169,148). Sum of RGB (Red+Green+Blue) = 190+169+148=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA994 is #41566B. Grayscale: #ACACAC. Windows color (decimal): -4281964 or 9742782. OLE color: 9742782.

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

Color convert

RGB 190 169 148 -
CMYK 0 0.11 0.22 0.25
HSL 30º 0.24% 0.66% -
HSV(B) 30º 0.22% 0.75% -
XYZ 40.77 41.46 33.87 -
YUV 172.89 113.96 140.21 -
System Red Green Blue C M Y K H S L
Decimal 190 169 148 0 0.11 0.22 0.25 30 0.24 0.66
Hex BE A9 94 0 B 16 19 1E 18 42
Octal 276 251 224 0 13 26 31 36 30 102
Binary 10111110 10101001 10010100 0 1011 10110 11001 11110 11000 1000010

Color Harmonies of #BEA994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA994

Black with #BEA994

Text Example


Text Example

White with #BEA994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA994; }

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

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

background-color css

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

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

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

border-color css

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

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

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