Html Css Color HEX #BEA695 Silk

📋 copy color: '#BEA695'

red 190 ◦ green 166 ◦ blue 149

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

Shades of Silk #BEA695

Tints of Silk #BEA695

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.87%

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

R = 37.62%
G = 32.87%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BEA695 (or 0xBEA695) is known color: Silk. HEX triplet: BE, A6 and 95. RGB value is (190,166,149). Sum of RGB (Red+Green+Blue) = 190+166+149=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA695 is #41596A. Grayscale: #ABABAB. Windows color (decimal): -4282731 or 9807550. OLE color: 9807550.

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

Color convert

RGB 190 166 149 -
CMYK 0 0.13 0.22 0.25
HSL 24.88º 0.24% 0.66% -
HSV(B) 24.88º 0.22% 0.75% -
XYZ 40.3 40.39 34.11 -
YUV 171.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 190 166 149 0 0.13 0.22 0.25 24.88 0.24 0.66
Hex BE A6 95 0 D 16 19 19 18 42
Octal 276 246 225 0 15 26 31 31 30 102
Binary 10111110 10100110 10010101 0 1101 10110 11001 11001 11000 1000010

Color Harmonies of #BEA695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA695

Black with #BEA695

Text Example


Text Example

White with #BEA695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA695; }

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

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

background-color css

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

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

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

border-color css

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

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

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