Html Css Color HEX #BEA594 Silk

📋 copy color: '#BEA594'

red 190 ◦ green 165 ◦ blue 148

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

Shades of Silk #BEA594

Tints of Silk #BEA594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.42%

R = 37.77%
G = 32.8%
B = 29.42%

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

#BEA594 (or 0xBEA594) is known color: Silk. HEX triplet: BE, A5 and 94. RGB value is (190,165,148). Sum of RGB (Red+Green+Blue) = 190+165+148=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA594 is #415A6B. Grayscale: #AAAAAA. Windows color (decimal): -4282988 or 9741758. OLE color: 9741758.

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

Color convert

RGB 190 165 148 -
CMYK 0 0.13 0.22 0.25
HSL 24.29º 0.24% 0.66% -
HSV(B) 24.29º 0.22% 0.75% -
XYZ 40.04 40 33.63 -
YUV 170.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 190 165 148 0 0.13 0.22 0.25 24.29 0.24 0.66
Hex BE A5 94 0 D 16 19 18 18 42
Octal 276 245 224 0 15 26 31 30 30 102
Binary 10111110 10100101 10010100 0 1101 10110 11001 11000 11000 1000010

Color Harmonies of #BEA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA594

Black with #BEA594

Text Example


Text Example

White with #BEA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA594; }

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

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

background-color css

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

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

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

border-color css

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

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

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