Html Css Color HEX #BEA696 Silk

📋 copy color: '#BEA696'

red 190 ◦ green 166 ◦ blue 150

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

Shades of Silk #BEA696

Tints of Silk #BEA696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.64%

R = 37.55%
G = 32.81%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BEA696 (or 0xBEA696) is known color: Silk. HEX triplet: BE, A6 and 96. RGB value is (190,166,150). Sum of RGB (Red+Green+Blue) = 190+166+150=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA696 is #415969. Grayscale: #ABABAB. Windows color (decimal): -4282730 or 9873086. OLE color: 9873086.

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

Color convert

RGB 190 166 150 -
CMYK 0 0.13 0.21 0.25
HSL 24º 0.24% 0.67% -
HSV(B) 24º 0.21% 0.75% -
XYZ 40.38 40.42 34.53 -
YUV 171.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 190 166 150 0 0.13 0.21 0.25 24 0.24 0.67
Hex BE A6 96 0 D 15 19 18 18 43
Octal 276 246 226 0 15 25 31 30 30 103
Binary 10111110 10100110 10010110 0 1101 10101 11001 11000 11000 1000011

Color Harmonies of #BEA696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA696

Black with #BEA696

Text Example


Text Example

White with #BEA696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA696; }

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

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

background-color css

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

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

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

border-color css

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

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

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