Html Css Color HEX #BEA995 Silk

📋 copy color: '#BEA995'

red 190 ◦ green 169 ◦ blue 149

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

Shades of Silk #BEA995

Tints of Silk #BEA995

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.27%

 BLUE value IS 149 (58.59% from 255) = 29.33%

R = 37.4%
G = 33.27%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BEA995 (or 0xBEA995) is known color: Silk. HEX triplet: BE, A9 and 95. RGB value is (190,169,149). Sum of RGB (Red+Green+Blue) = 190+169+149=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA995 is #41566A. Grayscale: #ADADAD. Windows color (decimal): -4281963 or 9808318. OLE color: 9808318.

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

Color convert

RGB 190 169 149 -
CMYK 0 0.11 0.22 0.25
HSL 29.27º 0.24% 0.66% -
HSV(B) 29.27º 0.22% 0.75% -
XYZ 40.85 41.49 34.29 -
YUV 173 114.46 140.13 -
System Red Green Blue C M Y K H S L
Decimal 190 169 149 0 0.11 0.22 0.25 29.27 0.24 0.66
Hex BE A9 95 0 B 16 19 1D 18 42
Octal 276 251 225 0 13 26 31 35 30 102
Binary 10111110 10101001 10010101 0 1011 10110 11001 11101 11000 1000010

Color Harmonies of #BEA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA995

Black with #BEA995

Text Example


Text Example

White with #BEA995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA995; }

 p { color: rgb(190,169,149); }

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

background-color css

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

 a { background-color: rgb(190,169,149); }

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

border-color css

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

 span { border-color: rgb(190,169,149); }

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