#B18B93

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

Shades of Viola #B18B93

Tints of Viola #B18B93

Color information

#B18B93 (or 0xB18B93) is unknown color: approx Viola. HEX triplet: B1, 8B and 93. RGB value is (177,139,147). Sum of RGB (Red+Green+Blue) = 177+139+147=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18B93 is #4E746C. Grayscale: #979797. Windows color (decimal): -5141613 or 9669553. OLE color: 9669553.

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

Color convert

RGB177139147-
CMYK00.210.170.31
HSL347.37º19.59%61.96%-
HSV(B)347.37º21.47%69.41%-
XYZ32.6329.9231.66-
YUV151.27125.59146.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 139 (54.69% from 255) = 30.02%
BLUE value IS 147 (57.81% from 255) = 31.75%
R=38.23%
G=30.02%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713914700.210.170.31347.3719.5961.96
HexB18B93015111F15b143e
Octal26121322302521375332476
Binary101100011000101110010011010101100011111110101101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18B93; }

 p { color: rgb(177,139,147); }

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

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

 a { background-color: rgb(177,139,147); }

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

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

 span { border-color: rgb(177,139,147); }

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