#B98292

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

Shades of Viola #B98292

Tints of Viola #B98292

Color information

#B98292 (or 0xB98292) is unknown color: approx Viola. HEX triplet: B9, 82 and 92. RGB value is (185,130,146). Sum of RGB (Red+Green+Blue) = 185+130+146=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B98292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98292 is #467D6D. Grayscale: #949494. Windows color (decimal): -4619630 or 9601721. OLE color: 9601721.

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

Color convert

RGB185130146-
CMYK00.300.210.27
HSL342.55º28.21%61.76%-
HSV(B)342.55º29.73%72.55%-
XYZ33.1828.3530.92-
YUV148.27126.72154.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=40.13%
G=28.20%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513014600.300.210.27342.5528.2161.76
HexB9829201E151B1571c3e
Octal27120222203625335273476
Binary101110011000001010010010011110101011101110101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98292; }

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

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

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

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

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

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

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

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