#B19192

Color #B19192 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #B19192

Tints of Viola #B19192

Color information

#B19192 (or 0xB19192) is unknown color: approx Viola. HEX triplet: B1, 91 and 92. RGB value is (177,145,146). Sum of RGB (Red+Green+Blue) = 177+145+146=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B19192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19192 is #4E6E6D. Grayscale: #9A9A9A. Windows color (decimal): -5140078 or 9605553. OLE color: 9605553.

HSL color Cylindrical-coordinate representation of color #B19192: hue angle of 358.12º 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 #B19192 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB177145146-
CMYK00.180.180.31
HSL358.12º17.02%63.14%-
HSV(B)358.12º18.08%69.41%-
XYZ33.4531.6731.54-
YUV154.68123.1143.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 146 (57.42% from 255) = 31.20%
R=37.82%
G=30.98%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714514600.180.180.31358.1217.0263.14
HexB19192012121F166113f
Octal26122122202222375462177
Binary101100011001000110010010010010100101111110110011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19192; }

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

 H1.HeaderClassName
 {
   color: #B19192;
 }
 .AnyTagClassName
 {
   color: #B19192;
 }
</style>
background-color css

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

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

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

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

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

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