Html Css Color HEX #BEAFA0 Silk

📋 copy color: '#BEAFA0'

red 190 ◦ green 175 ◦ blue 160

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

Shades of Silk #BEAFA0

Tints of Silk #BEAFA0

RGB

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

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

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

R = 36.19%
G = 33.33%
B = 30.48%

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

#BEAFA0 (or 0xBEAFA0) is known color: Silk. HEX triplet: BE, AF and A0. RGB value is (190,175,160). Sum of RGB (Red+Green+Blue) = 190+175+160=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFA0 is #41505F. Grayscale: #B1B1B1. Windows color (decimal): -4280416 or 10530750. OLE color: 10530750.

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

Color convert

RGB 190 175 160 -
CMYK 0 0.08 0.16 0.25
HSL 30º 0.19% 0.69% -
HSV(B) 30º 0.16% 0.75% -
XYZ 42.91 44.15 39.52 -
YUV 177.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 190 175 160 0 0.08 0.16 0.25 30 0.19 0.69
Hex BE AF A0 0 8 10 19 1E 13 45
Octal 276 257 240 0 10 20 31 36 23 105
Binary 10111110 10101111 10100000 0 1000 10000 11001 11110 10011 1000101

Color Harmonies of #BEAFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAFA0

Black with #BEAFA0

Text Example


Text Example

White with #BEAFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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