#B98298

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

Shades of Viola #B98298

Tints of Viola #B98298

Color information

#B98298 (or 0xB98298) is unknown color: approx Viola. HEX triplet: B9, 82 and 98. RGB value is (185,130,152). Sum of RGB (Red+Green+Blue) = 185+130+152=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B98298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98298 is #467D67. Grayscale: #949494. Windows color (decimal): -4619624 or 9994937. OLE color: 9994937.

HSL color Cylindrical-coordinate representation of color #B98298: hue angle of 336º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B98298 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB185130152-
CMYK00.300.180.27
HSL336º28.21%61.76%-
HSV(B)336º29.73%72.55%-
XYZ33.6628.5533.44-
YUV148.95129.72153.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 130 (51.17% from 255) = 27.84%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=39.61%
G=27.84%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513015200.300.180.2733628.2161.76
HexB9829801E121B1501c3e
Octal27120223003622335203476
Binary101110011000001010011000011110100101101110101000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98298; }

 p { color: rgb(185,130,152); }

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

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

 a { background-color: rgb(185,130,152); }

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

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

 span { border-color: rgb(185,130,152); }

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