#B39095

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

Shades of Viola #B39095

Tints of Viola #B39095

Color information

#B39095 (or 0xB39095) is unknown color: approx Viola. HEX triplet: B3, 90 and 95. RGB value is (179,144,149). Sum of RGB (Red+Green+Blue) = 179+144+149=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B39095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39095 is #4C6F6A. Grayscale: #9B9B9B. Windows color (decimal): -5009259 or 9801907. OLE color: 9801907.

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

Color convert

RGB179144149-
CMYK00.200.170.30
HSL351.43º18.72%63.33%-
HSV(B)351.43º19.55%70.2%-
XYZ33.9931.732.76-
YUV155.03124.6145.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 144 (56.64% from 255) = 30.51%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=37.92%
G=30.51%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914414900.200.170.30351.4318.7263.33
HexB39095014111E15f133f
Octal26322022502421365372377
Binary101100111001000010010101010100100011111010101111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39095; }

 p { color: rgb(179,144,149); }

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

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

 a { background-color: rgb(179,144,149); }

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

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

 span { border-color: rgb(179,144,149); }

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