Html Css Color HEX #BEAA96 Silk

📋 copy color: '#BEAA96'

red 190 ◦ green 170 ◦ blue 150

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

Shades of Silk #BEAA96

Tints of Silk #BEAA96

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.33%

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

R = 37.25%
G = 33.33%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BEAA96 (or 0xBEAA96) is known color: Silk. HEX triplet: BE, AA and 96. RGB value is (190,170,150). Sum of RGB (Red+Green+Blue) = 190+170+150=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAA96 is #415569. Grayscale: #ADADAD. Windows color (decimal): -4281706 or 9874110. OLE color: 9874110.

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

Color convert

RGB 190 170 150 -
CMYK 0 0.11 0.21 0.25
HSL 30º 0.24% 0.67% -
HSV(B) 30º 0.21% 0.75% -
XYZ 41.11 41.9 34.77 -
YUV 173.7 114.63 139.63 -
System Red Green Blue C M Y K H S L
Decimal 190 170 150 0 0.11 0.21 0.25 30 0.24 0.67
Hex BE AA 96 0 B 15 19 1E 18 43
Octal 276 252 226 0 13 25 31 36 30 103
Binary 10111110 10101010 10010110 0 1011 10101 11001 11110 11000 1000011

Color Harmonies of #BEAA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA96

Black with #BEAA96

Text Example


Text Example

White with #BEAA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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