Html Css Color HEX #BE8595 Viola

📋 copy color: '#BE8595'

red 190 ◦ green 133 ◦ blue 149

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

Shades of Viola #BE8595

Tints of Viola #BE8595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.18%

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

R = 40.25%
G = 28.18%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE8595 (or 0xBE8595) is known color: Viola. HEX triplet: BE, 85 and 95. RGB value is (190,133,149). Sum of RGB (Red+Green+Blue) = 190+133+149=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8595 is #417A6A. Grayscale: #979797. Windows color (decimal): -4291179 or 9799102. OLE color: 9799102.

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

Color convert

RGB 190 133 149 -
CMYK 0 0.3 0.22 0.25
HSL 343.16º 0.3% 0.63% -
HSV(B) 343.16º 0.3% 0.75% -
XYZ 35.05 29.89 32.36 -
YUV 151.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 190 133 149 0 0.3 0.22 0.25 343.16 0.3 0.63
Hex BE 85 95 0 1E 16 19 157 1E 3F
Octal 276 205 225 0 36 26 31 527 36 77
Binary 10111110 10000101 10010101 0 11110 10110 11001 101010111 11110 111111

Color Harmonies of #BE8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8595

Black with #BE8595

Text Example


Text Example

White with #BE8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8595; }

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

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

background-color css

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

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

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

border-color css

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

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

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