#B29192

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

Shades of Viola #B29192

Tints of Viola #B29192

Color information

#B29192 (or 0xB29192) is unknown color: approx Viola. HEX triplet: B2, 91 and 92. RGB value is (178,145,146). Sum of RGB (Red+Green+Blue) = 178+145+146=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B29192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29192 is #4D6E6D. Grayscale: #9B9B9B. Windows color (decimal): -5074542 or 9605554. OLE color: 9605554.

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

Color convert

RGB178145146-
CMYK00.190.180.30
HSL358.18º17.65%63.33%-
HSV(B)358.18º18.54%69.8%-
XYZ33.6731.7931.56-
YUV154.98122.93144.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=37.95%
G=30.92%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814514600.190.180.30358.1817.6563.33
HexB29192013121E166123f
Octal26222122202322365462277
Binary101100101001000110010010010011100101111010110011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29192; }

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

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

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

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

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

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

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

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