#BB949A

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

Shades of Viola #BB949A

Tints of Viola #BB949A

Color information

#BB949A (or 0xBB949A) is unknown color: approx Viola. HEX triplet: BB, 94 and 9A. RGB value is (187,148,154). Sum of RGB (Red+Green+Blue) = 187+148+154=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB949A is #446B65. Grayscale: #A0A0A0. Windows color (decimal): -4483942 or 10130619. OLE color: 10130619.

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

Color convert

RGB187148154-
CMYK00.210.180.27
HSL350.77º22.29%65.69%-
HSV(B)350.77º20.86%73.33%-
XYZ36.9234.0835.2-
YUV160.34124.42147.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 148 (58.20% from 255) = 30.27%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=38.24%
G=30.27%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714815400.210.180.27350.7722.2965.69
HexBB949A015121B15f1642
Octal273224232025223353726102
Binary1011101110010100100110100101011001011011101011111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB949A; }

 p { color: rgb(187,148,154); }

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

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

 a { background-color: rgb(187,148,154); }

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

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

 span { border-color: rgb(187,148,154); }

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