#B18595

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

Shades of Viola #B18595

Tints of Viola #B18595

Color information

#B18595 (or 0xB18595) is unknown color: approx Viola. HEX triplet: B1, 85 and 95. RGB value is (177,133,149). Sum of RGB (Red+Green+Blue) = 177+133+149=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B18595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18595 is #4E7A6A. Grayscale: #939393. Windows color (decimal): -5143147 or 9799089. OLE color: 9799089.

HSL color Cylindrical-coordinate representation of color #B18595: hue angle of 338.18º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18595 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB177133149-
CMYK00.250.160.31
HSL338.18º22%60.78%-
HSV(B)338.18º24.86%69.41%-
XYZ31.9428.2932.21-
YUV147.98128.58148.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.56%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 149 (58.59% from 255) = 32.46%
R=38.56%
G=28.98%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713314900.250.160.31338.182260.78
HexB18595019101F152163d
Octal26120522503120375222675
Binary101100011000010110010101011001100001111110101001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18595; }

 p { color: rgb(177,133,149); }

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

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

 a { background-color: rgb(177,133,149); }

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

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

 span { border-color: rgb(177,133,149); }

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