#B39192

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

Shades of Viola #B39192

Tints of Viola #B39192

Color information

#B39192 (or 0xB39192) is unknown color: approx Viola. HEX triplet: B3, 91 and 92. RGB value is (179,145,146). Sum of RGB (Red+Green+Blue) = 179+145+146=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B39192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39192 is #4C6E6D. Grayscale: #9B9B9B. Windows color (decimal): -5009006 or 9605555. OLE color: 9605555.

HSL color Cylindrical-coordinate representation of color #B39192: hue angle of 358.24º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B39192 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB179145146-
CMYK00.190.180.30
HSL358.24º18.28%63.53%-
HSV(B)358.24º18.99%70.2%-
XYZ33.931.9131.57-
YUV155.28122.76144.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=38.09%
G=30.85%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914514600.190.180.30358.2418.2863.53
HexB39192013121E1661240
Octal263221222023223654622100
Binary1011001110010001100100100100111001011110101100110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39192; }

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

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

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

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

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

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

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

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