#B29093

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

Shades of Viola #B29093

Tints of Viola #B29093

Color information

#B29093 (or 0xB29093) is unknown color: approx Viola. HEX triplet: B2, 90 and 93. RGB value is (178,144,147). Sum of RGB (Red+Green+Blue) = 178+144+147=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B29093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29093 is #4D6F6C. Grayscale: #9A9A9A. Windows color (decimal): -5074797 or 9670834. OLE color: 9670834.

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

Color convert

RGB178144147-
CMYK00.190.170.30
HSL354.71º18.09%63.14%-
HSV(B)354.71º19.1%69.8%-
XYZ33.631.5231.92-
YUV154.51123.76144.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 144 (56.64% from 255) = 30.70%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=37.95%
G=30.70%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814414700.190.170.30354.7118.0963.14
HexB29093013111E163123f
Octal26222022302321365432277
Binary101100101001000010010011010011100011111010110001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29093; }

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

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

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

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

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

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

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

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