Html Css Color HEX #BE9096 Viola

📋 copy color: '#BE9096'

red 190 ◦ green 144 ◦ blue 150

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

Shades of Viola #BE9096

Tints of Viola #BE9096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.75%

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

R = 39.26%
G = 29.75%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BE9096 (or 0xBE9096) is known color: Viola. HEX triplet: BE, 90 and 96. RGB value is (190,144,150). Sum of RGB (Red+Green+Blue) = 190+144+150=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9096 is #416F69. Grayscale: #9E9E9E. Windows color (decimal): -4288362 or 9867454. OLE color: 9867454.

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

Color convert

RGB 190 144 150 -
CMYK 0 0.24 0.21 0.25
HSL 352.17º 0.26% 0.65% -
HSV(B) 352.17º 0.24% 0.75% -
XYZ 36.71 33.1 33.31 -
YUV 158.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 190 144 150 0 0.24 0.21 0.25 352.17 0.26 0.65
Hex BE 90 96 0 18 15 19 160 1A 41
Octal 276 220 226 0 30 25 31 540 32 101
Binary 10111110 10010000 10010110 0 11000 10101 11001 101100000 11010 1000001

Color Harmonies of #BE9096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9096

Black with #BE9096

Text Example


Text Example

White with #BE9096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9096; }

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

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

background-color css

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

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

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

border-color css

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

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

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