Html Css Color HEX #B19196 Viola

📋 copy color: '#B19196'

red 177 ◦ green 145 ◦ blue 150

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

Shades of Viola #B19196

Tints of Viola #B19196

RGB

 RED value IS 177 (69.53% from 255) = 37.5%

 GREEN value IS 145 (57.03% from 255) = 30.72%

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

R = 37.5%
G = 30.72%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B19196 (or 0xB19196) is known color: Viola. HEX triplet: B1, 91 and 96. RGB value is (177,145,150). Sum of RGB (Red+Green+Blue) = 177+145+150=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B19196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19196 is #4E6E69. Grayscale: #9B9B9B. Windows color (decimal): -5140074 or 9867697. OLE color: 9867697.

HSL color Cylindrical-coordinate representation of color #B19196: hue angle of 350.62º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B19196 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 145 150 -
CMYK 0 0.18 0.15 0.31
HSL 350.63º 0.17% 0.63% -
HSV(B) 350.63º 0.18% 0.69% -
XYZ 33.76 31.8 33.21 -
YUV 155.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 177 145 150 0 0.18 0.15 0.31 350.63 0.17 0.63
Hex B1 91 96 0 12 F 1F 15F 11 3F
Octal 261 221 226 0 22 17 37 537 21 77
Binary 10110001 10010001 10010110 0 10010 1111 11111 101011111 10001 111111

Color Harmonies of #B19196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19196

Black with #B19196

Text Example


Text Example

White with #B19196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19196; }

 p { color: rgb(177,145,150); }

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

background-color css

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

 a { background-color: rgb(177,145,150); }

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

border-color css

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

 span { border-color: rgb(177,145,150); }

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