#B98195

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

Shades of Viola #B98195

Tints of Viola #B98195

Color information

#B98195 (or 0xB98195) is unknown color: approx Viola. HEX triplet: B9, 81 and 95. RGB value is (185,129,149). Sum of RGB (Red+Green+Blue) = 185+129+149=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B98195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98195 is #467E6A. Grayscale: #949494. Windows color (decimal): -4619883 or 9798073. OLE color: 9798073.

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

Color convert

RGB185129149-
CMYK00.300.190.27
HSL338.57º28.57%61.57%-
HSV(B)338.57º30.27%72.55%-
XYZ33.2828.1832.12-
YUV148.02128.55154.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=39.96%
G=27.86%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512914900.300.190.27338.5728.5761.57
HexB9819501E131B1531d3e
Octal27120122503623335233576
Binary101110011000000110010101011110100111101110101001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98195; }

 p { color: rgb(185,129,149); }

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

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

 a { background-color: rgb(185,129,149); }

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

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

 span { border-color: rgb(185,129,149); }

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