#B29098

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

Shades of Viola #B29098

Tints of Viola #B29098

Color information

#B29098 (or 0xB29098) is unknown color: approx Viola. HEX triplet: B2, 90 and 98. RGB value is (178,144,152). Sum of RGB (Red+Green+Blue) = 178+144+152=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B29098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29098 is #4D6F67. Grayscale: #9B9B9B. Windows color (decimal): -5074792 or 9998514. OLE color: 9998514.

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

Color convert

RGB178144152-
CMYK00.190.150.30
HSL345.88º18.09%63.14%-
HSV(B)345.88º19.1%69.8%-
XYZ3431.6834.03-
YUV155.08126.26144.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.55%
GREEN value IS 144 (56.64% from 255) = 30.38%
BLUE value IS 152 (59.77% from 255) = 32.07%
R=37.55%
G=30.38%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814415200.190.150.30345.8818.0963.14
HexB29098013F1E15a123f
Octal26222023002317365322277
Binary10110010100100001001100001001111111111010101101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29098; }

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

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

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

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

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

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

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

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