#B09294

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

Shades of Viola #B09294

Tints of Viola #B09294

Color information

#B09294 (or 0xB09294) is unknown color: approx Viola. HEX triplet: B0, 92 and 94. RGB value is (176,146,148). Sum of RGB (Red+Green+Blue) = 176+146+148=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B09294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09294 is #4F6D6B. Grayscale: #9B9B9B. Windows color (decimal): -5205356 or 9736880. OLE color: 9736880.

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

Color convert

RGB176146148-
CMYK00.170.160.31
HSL356º15.96%63.14%-
HSV(B)356º17.05%69.02%-
XYZ33.5331.9332.41-
YUV155.2123.94142.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 148 (58.20% from 255) = 31.49%
R=37.45%
G=31.06%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614614800.170.160.3135615.9663.14
HexB09294011101F164103f
Octal26022222402120375442077
Binary101100001001001010010100010001100001111110110010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09294; }

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

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

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

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

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

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

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

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