#B29092

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

Shades of Viola #B29092

Tints of Viola #B29092

Color information

#B29092 (or 0xB29092) is unknown color: approx Viola. HEX triplet: B2, 90 and 92. RGB value is (178,144,146). Sum of RGB (Red+Green+Blue) = 178+144+146=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B29092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29092 is #4D6F6D. Grayscale: #9A9A9A. Windows color (decimal): -5074798 or 9605298. OLE color: 9605298.

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

Color convert

RGB178144146-
CMYK00.190.180.30
HSL356.47º18.09%63.14%-
HSV(B)356.47º19.1%69.8%-
XYZ33.5231.4931.5-
YUV154.39123.26144.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 144 (56.64% from 255) = 30.77%
BLUE value IS 146 (57.42% from 255) = 31.20%
R=38.03%
G=30.77%
B=31.20%

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
Decimal17814414600.190.180.30356.4718.0963.14
HexB29092013121E164123f
Octal26222022202322365442277
Binary101100101001000010010010010011100101111010110010010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29092; }

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

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

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

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

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

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

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

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