#B29294

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

Shades of Viola #B29294

Tints of Viola #B29294

Color information

#B29294 (or 0xB29294) is unknown color: approx Viola. HEX triplet: B2, 92 and 94. RGB value is (178,146,148). Sum of RGB (Red+Green+Blue) = 178+146+148=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B29294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29294 is #4D6D6B. Grayscale: #9B9B9B. Windows color (decimal): -5074284 or 9736882. OLE color: 9736882.

HSL color Cylindrical-coordinate representation of color #B29294: hue angle of 356.25º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B29294 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB178146148-
CMYK00.180.170.30
HSL356.25º17.2%63.53%-
HSV(B)356.25º17.98%69.8%-
XYZ33.9832.1632.43-
YUV155.8123.6143.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.71%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 148 (58.20% from 255) = 31.36%
R=37.71%
G=30.93%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814614800.180.170.30356.2517.263.53
HexB29294012111E1641140
Octal262222224022213654421100
Binary1011001010010010100101000100101000111110101100100100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29294; }

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

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

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

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

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

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

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

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