Html Css Color HEX #BE8A96 Viola

📋 copy color: '#BE8A96'

red 190 ◦ green 138 ◦ blue 150

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

Shades of Viola #BE8A96

Tints of Viola #BE8A96

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.87%

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

R = 39.75%
G = 28.87%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BE8A96 (or 0xBE8A96) is known color: Viola. HEX triplet: BE, 8A and 96. RGB value is (190,138,150). Sum of RGB (Red+Green+Blue) = 190+138+150=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8A96 is #417569. Grayscale: #9A9A9A. Windows color (decimal): -4289898 or 9865918. OLE color: 9865918.

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

Color convert

RGB 190 138 150 -
CMYK 0 0.27 0.21 0.25
HSL 346.15º 0.29% 0.64% -
HSV(B) 346.15º 0.27% 0.75% -
XYZ 35.83 31.33 33.01 -
YUV 154.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 190 138 150 0 0.27 0.21 0.25 346.15 0.29 0.64
Hex BE 8A 96 0 1B 15 19 15A 1D 40
Octal 276 212 226 0 33 25 31 532 35 100
Binary 10111110 10001010 10010110 0 11011 10101 11001 101011010 11101 1000000

Color Harmonies of #BE8A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A96

Black with #BE8A96

Text Example


Text Example

White with #BE8A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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