#B98291

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

Shades of Viola #B98291

Tints of Viola #B98291

Color information

#B98291 (or 0xB98291) is unknown color: approx Viola. HEX triplet: B9, 82 and 91. RGB value is (185,130,145). Sum of RGB (Red+Green+Blue) = 185+130+145=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B98291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98291 is #467D6E. Grayscale: #949494. Windows color (decimal): -4619631 or 9536185. OLE color: 9536185.

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

Color convert

RGB185130145-
CMYK00.300.220.27
HSL343.64º28.21%61.76%-
HSV(B)343.64º29.73%72.55%-
XYZ33.128.3230.51-
YUV148.16126.22154.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 130 (51.17% from 255) = 28.26%
BLUE value IS 145 (57.03% from 255) = 31.52%
R=40.22%
G=28.26%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513014500.300.220.27343.6428.2161.76
HexB9829101E161B1581c3e
Octal27120222103626335303476
Binary101110011000001010010001011110101101101110101100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98291; }

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

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

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

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

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

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

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

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