Html Css Color HEX #BEAEA0 Silk

📋 copy color: '#BEAEA0'

red 190 ◦ green 174 ◦ blue 160

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

Shades of Silk #BEAEA0

Tints of Silk #BEAEA0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.21%

 BLUE value IS 160 (62.89% from 255) = 30.53%

R = 36.26%
G = 33.21%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BEAEA0 (or 0xBEAEA0) is known color: Silk. HEX triplet: BE, AE and A0. RGB value is (190,174,160). Sum of RGB (Red+Green+Blue) = 190+174+160=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEA0 is #41515F. Grayscale: #B1B1B1. Windows color (decimal): -4280672 or 10530494. OLE color: 10530494.

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

Color convert

RGB 190 174 160 -
CMYK 0 0.08 0.16 0.25
HSL 28º 0.19% 0.69% -
HSV(B) 28º 0.16% 0.75% -
XYZ 42.72 43.76 39.45 -
YUV 177.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 190 174 160 0 0.08 0.16 0.25 28 0.19 0.69
Hex BE AE A0 0 8 10 19 1C 13 45
Octal 276 256 240 0 10 20 31 34 23 105
Binary 10111110 10101110 10100000 0 1000 10000 11001 11100 10011 1000101

Color Harmonies of #BEAEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEA0

Black with #BEAEA0

Text Example


Text Example

White with #BEAEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAEA0; }

 p { color: rgb(190,174,160); }

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

background-color css

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

 a { background-color: rgb(190,174,160); }

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

border-color css

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

 span { border-color: rgb(190,174,160); }

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