Html Css Color HEX #BEA595 Silk

📋 copy color: '#BEA595'

red 190 ◦ green 165 ◦ blue 149

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

Shades of Silk #BEA595

Tints of Silk #BEA595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.74%

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

R = 37.7%
G = 32.74%
B = 29.56%

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

#BEA595 (or 0xBEA595) is known color: Silk. HEX triplet: BE, A5 and 95. RGB value is (190,165,149). Sum of RGB (Red+Green+Blue) = 190+165+149=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA595 is #415A6A. Grayscale: #AAAAAA. Windows color (decimal): -4282987 or 9807294. OLE color: 9807294.

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

Color convert

RGB 190 165 149 -
CMYK 0 0.13 0.22 0.25
HSL 23.41º 0.24% 0.66% -
HSV(B) 23.41º 0.22% 0.75% -
XYZ 40.12 40.03 34.05 -
YUV 170.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 190 165 149 0 0.13 0.22 0.25 23.41 0.24 0.66
Hex BE A5 95 0 D 16 19 17 18 42
Octal 276 245 225 0 15 26 31 27 30 102
Binary 10111110 10100101 10010101 0 1101 10110 11001 10111 11000 1000010

Color Harmonies of #BEA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA595

Black with #BEA595

Text Example


Text Example

White with #BEA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA595; }

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

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

background-color css

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

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

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

border-color css

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

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

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