Html Css Color HEX #BEAFA1 Silk

📋 copy color: '#BEAFA1'

red 190 ◦ green 175 ◦ blue 161

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

Shades of Silk #BEAFA1

Tints of Silk #BEAFA1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.27%

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

R = 36.12%
G = 33.27%
B = 30.61%

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

#BEAFA1 (or 0xBEAFA1) is known color: Silk. HEX triplet: BE, AF and A1. RGB value is (190,175,161). Sum of RGB (Red+Green+Blue) = 190+175+161=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFA1 is #41505E. Grayscale: #B1B1B1. Windows color (decimal): -4280415 or 10596286. OLE color: 10596286.

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

Color convert

RGB 190 175 161 -
CMYK 0 0.08 0.15 0.25
HSL 28.97º 0.18% 0.69% -
HSV(B) 28.97º 0.15% 0.75% -
XYZ 43 44.18 39.98 -
YUV 177.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 190 175 161 0 0.08 0.15 0.25 28.97 0.18 0.69
Hex BE AF A1 0 8 F 19 1D 12 45
Octal 276 257 241 0 10 17 31 35 22 105
Binary 10111110 10101111 10100001 0 1000 1111 11001 11101 10010 1000101

Color Harmonies of #BEAFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAFA1

Black with #BEAFA1

Text Example


Text Example

White with #BEAFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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