#B18991

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

Shades of Viola #B18991

Tints of Viola #B18991

Color information

#B18991 (or 0xB18991) is unknown color: approx Viola. HEX triplet: B1, 89 and 91. RGB value is (177,137,145). Sum of RGB (Red+Green+Blue) = 177+137+145=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B18991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18991 is #4E766E. Grayscale: #959595. Windows color (decimal): -5142127 or 9537969. OLE color: 9537969.

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

Color convert

RGB177137145-
CMYK00.230.180.31
HSL348º20.41%61.57%-
HSV(B)348º22.6%69.41%-
XYZ32.1929.2830.74-
YUV149.87125.25147.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.56%
GREEN value IS 137 (53.91% from 255) = 29.85%
BLUE value IS 145 (57.03% from 255) = 31.59%
R=38.56%
G=29.85%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713714500.230.180.3134820.4161.57
HexB18991017121F15c143e
Octal26121122102722375342476
Binary101100011000100110010001010111100101111110101110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18991; }

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

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

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

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

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

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

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

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