Html Css Color HEX #BEAEA1 Silk

📋 copy color: '#BEAEA1'

red 190 ◦ green 174 ◦ blue 161

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

Shades of Silk #BEAEA1

Tints of Silk #BEAEA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.67%

R = 36.19%
G = 33.14%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BEAEA1 (or 0xBEAEA1) is known color: Silk. HEX triplet: BE, AE and A1. RGB value is (190,174,161). Sum of RGB (Red+Green+Blue) = 190+174+161=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEA1 is #41515E. Grayscale: #B1B1B1. Windows color (decimal): -4280671 or 10596030. OLE color: 10596030.

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

Color convert

RGB 190 174 161 -
CMYK 0 0.08 0.15 0.25
HSL 26.9º 0.18% 0.69% -
HSV(B) 26.9º 0.15% 0.75% -
XYZ 42.8 43.79 39.91 -
YUV 177.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 190 174 161 0 0.08 0.15 0.25 26.9 0.18 0.69
Hex BE AE A1 0 8 F 19 1B 12 45
Octal 276 256 241 0 10 17 31 33 22 105
Binary 10111110 10101110 10100001 0 1000 1111 11001 11011 10010 1000101

Color Harmonies of #BEAEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEA1

Black with #BEAEA1

Text Example


Text Example

White with #BEAEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAEA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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