#B09192

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

Shades of Viola #B09192

Tints of Viola #B09192

Color information

#B09192 (or 0xB09192) is unknown color: approx Viola. HEX triplet: B0, 91 and 92. RGB value is (176,145,146). Sum of RGB (Red+Green+Blue) = 176+145+146=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B09192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09192 is #4F6E6D. Grayscale: #9A9A9A. Windows color (decimal): -5205614 or 9605552. OLE color: 9605552.

HSL color Cylindrical-coordinate representation of color #B09192: hue angle of 358.06º 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 #B09192 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB176145146-
CMYK00.180.170.31
HSL358.06º16.4%62.94%-
HSV(B)358.06º17.61%69.02%-
XYZ33.2231.5631.53-
YUV154.38123.27143.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 145 (57.03% from 255) = 31.05%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=37.69%
G=31.05%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614514600.180.170.31358.0616.462.94
HexB09192012111F166103f
Octal26022122202221375462077
Binary101100001001000110010010010010100011111110110011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09192; }

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

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

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

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

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

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

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

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