#B18F95

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

Shades of Viola #B18F95

Tints of Viola #B18F95

Color information

#B18F95 (or 0xB18F95) is unknown color: approx Viola. HEX triplet: B1, 8F and 95. RGB value is (177,143,149). Sum of RGB (Red+Green+Blue) = 177+143+149=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18F95 is #4E706A. Grayscale: #999999. Windows color (decimal): -5140587 or 9801649. OLE color: 9801649.

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

Color convert

RGB177143149-
CMYK00.190.160.31
HSL349.41º17.89%62.75%-
HSV(B)349.41º19.21%69.41%-
XYZ33.3831.1632.69-
YUV153.85125.26144.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 143 (56.25% from 255) = 30.49%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=37.74%
G=30.49%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714314900.190.160.31349.4117.8962.75
HexB18F95013101F15d123f
Octal26121722502320375352277
Binary101100011000111110010101010011100001111110101110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F95; }

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

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

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

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

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

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

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

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