Html Css Color HEX #BE8994 Viola

📋 copy color: '#BE8994'

red 190 ◦ green 137 ◦ blue 148

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

Shades of Viola #BE8994

Tints of Viola #BE8994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.84%

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

R = 40%
G = 28.84%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE8994 (or 0xBE8994) is known color: Viola. HEX triplet: BE, 89 and 94. RGB value is (190,137,148). Sum of RGB (Red+Green+Blue) = 190+137+148=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8994 is #41766B. Grayscale: #9A9A9A. Windows color (decimal): -4290156 or 9734590. OLE color: 9734590.

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

Color convert

RGB 190 137 148 -
CMYK 0 0.28 0.22 0.25
HSL 347.55º 0.29% 0.64% -
HSV(B) 347.55º 0.28% 0.75% -
XYZ 35.53 30.98 32.12 -
YUV 154.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 190 137 148 0 0.28 0.22 0.25 347.55 0.29 0.64
Hex BE 89 94 0 1C 16 19 15C 1D 40
Octal 276 211 224 0 34 26 31 534 35 100
Binary 10111110 10001001 10010100 0 11100 10110 11001 101011100 11101 1000000

Color Harmonies of #BE8994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8994

Black with #BE8994

Text Example


Text Example

White with #BE8994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8994; }

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

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

background-color css

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

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

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

border-color css

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

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

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