Html Css Color HEX #BEAA99 Silk

📋 copy color: '#BEAA99'

red 190 ◦ green 170 ◦ blue 153

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

Shades of Silk #BEAA99

Tints of Silk #BEAA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.82%

R = 37.04%
G = 33.14%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BEAA99 (or 0xBEAA99) is known color: Silk. HEX triplet: BE, AA and 99. RGB value is (190,170,153). Sum of RGB (Red+Green+Blue) = 190+170+153=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAA99 is #415566. Grayscale: #AEAEAE. Windows color (decimal): -4281703 or 10070718. OLE color: 10070718.

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

Color convert

RGB 190 170 153 -
CMYK 0 0.11 0.19 0.25
HSL 27.57º 0.22% 0.67% -
HSV(B) 27.57º 0.19% 0.75% -
XYZ 41.36 42 36.06 -
YUV 174.04 116.13 139.38 -
System Red Green Blue C M Y K H S L
Decimal 190 170 153 0 0.11 0.19 0.25 27.57 0.22 0.67
Hex BE AA 99 0 B 13 19 1C 16 43
Octal 276 252 231 0 13 23 31 34 26 103
Binary 10111110 10101010 10011001 0 1011 10011 11001 11100 10110 1000011

Color Harmonies of #BEAA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA99

Black with #BEAA99

Text Example


Text Example

White with #BEAA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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