#BB9195

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

Shades of Viola #BB9195

Tints of Viola #BB9195

Color information

#BB9195 (or 0xBB9195) is unknown color: approx Viola. HEX triplet: BB, 91 and 95. RGB value is (187,145,149). Sum of RGB (Red+Green+Blue) = 187+145+149=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9195 is #446E6A. Grayscale: #9E9E9E. Windows color (decimal): -4484715 or 9802171. OLE color: 9802171.

HSL color Cylindrical-coordinate representation of color #BB9195: hue angle of 354.29º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB9195 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB187145149-
CMYK00.220.200.27
HSL354.29º23.6%65.1%-
HSV(B)354.29º22.46%73.33%-
XYZ36.0432.9932.9-
YUV158.01122.91148.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 145 (57.03% from 255) = 30.15%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=38.88%
G=30.15%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714514900.220.200.27354.2923.665.1
HexBB9195016141B1621841
Octal273221225026243354230101
Binary1011101110010001100101010101101010011011101100010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9195; }

 p { color: rgb(187,145,149); }

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

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

 a { background-color: rgb(187,145,149); }

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

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

 span { border-color: rgb(187,145,149); }

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