#B29099

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

Shades of Viola #B29099

Tints of Viola #B29099

Color information

#B29099 (or 0xB29099) is unknown color: approx Viola. HEX triplet: B2, 90 and 99. RGB value is (178,144,153). Sum of RGB (Red+Green+Blue) = 178+144+153=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B29099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29099 is #4D6F66. Grayscale: #9B9B9B. Windows color (decimal): -5074791 or 10064050. OLE color: 10064050.

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

Color convert

RGB178144153-
CMYK00.190.140.30
HSL344.12º18.09%63.14%-
HSV(B)344.12º19.1%69.8%-
XYZ34.0831.7134.46-
YUV155.19126.76144.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 144 (56.64% from 255) = 30.32%
BLUE value IS 153 (60.16% from 255) = 32.21%
R=37.47%
G=30.32%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814415300.190.140.30344.1218.0963.14
HexB29099013E1E158123f
Octal26222023102316365302277
Binary10110010100100001001100101001111101111010101100010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29099; }

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

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

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

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

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

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

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

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