Html Css Color HEX #BE949A Viola

📋 copy color: '#BE949A'

red 190 ◦ green 148 ◦ blue 154

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

Shades of Viola #BE949A

Tints of Viola #BE949A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.08%

 BLUE value IS 154 (60.55% from 255) = 31.3%

R = 38.62%
G = 30.08%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE949A (or 0xBE949A) is known color: Viola. HEX triplet: BE, 94 and 9A. RGB value is (190,148,154). Sum of RGB (Red+Green+Blue) = 190+148+154=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE949A is #416B65. Grayscale: #A1A1A1. Windows color (decimal): -4287334 or 10130622. OLE color: 10130622.

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

Color convert

RGB 190 148 154 -
CMYK 0 0.22 0.19 0.25
HSL 351.43º 0.24% 0.66% -
HSV(B) 351.43º 0.22% 0.75% -
XYZ 37.66 34.46 35.24 -
YUV 161.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 190 148 154 0 0.22 0.19 0.25 351.43 0.24 0.66
Hex BE 94 9A 0 16 13 19 15F 18 42
Octal 276 224 232 0 26 23 31 537 30 102
Binary 10111110 10010100 10011010 0 10110 10011 11001 101011111 11000 1000010

Color Harmonies of #BE949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE949A

Black with #BE949A

Text Example


Text Example

White with #BE949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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