#B09193

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

Shades of Viola #B09193

Tints of Viola #B09193

Color information

#B09193 (or 0xB09193) is unknown color: approx Viola. HEX triplet: B0, 91 and 93. RGB value is (176,145,147). Sum of RGB (Red+Green+Blue) = 176+145+147=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B09193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09193 is #4F6E6C. Grayscale: #9A9A9A. Windows color (decimal): -5205613 or 9671088. OLE color: 9671088.

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

Color convert

RGB176145147-
CMYK00.180.160.31
HSL356.13º16.4%62.94%-
HSV(B)356.13º17.61%69.02%-
XYZ33.331.5931.95-
YUV154.5123.77143.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=37.61%
G=30.98%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614514700.180.160.31356.1316.462.94
HexB09193012101F164103f
Octal26022122302220375442077
Binary101100001001000110010011010010100001111110110010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09193; }

 p { color: rgb(176,145,147); }

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

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

 a { background-color: rgb(176,145,147); }

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

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

 span { border-color: rgb(176,145,147); }

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