#BB8296

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

Shades of Viola #BB8296

Tints of Viola #BB8296

Color information

#BB8296 (or 0xBB8296) is unknown color: approx Viola. HEX triplet: BB, 82 and 96. RGB value is (187,130,150). Sum of RGB (Red+Green+Blue) = 187+130+150=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8296 is #447D69. Grayscale: #959595. Windows color (decimal): -4488554 or 9863867. OLE color: 9863867.

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

Color convert

RGB187130150-
CMYK00.300.200.27
HSL338.95º29.53%62.16%-
HSV(B)338.95º30.48%73.33%-
XYZ33.9828.7332.61-
YUV149.32128.38154.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 130 (51.17% from 255) = 27.84%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=40.04%
G=27.84%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713015000.300.200.27338.9529.5362.16
HexBB829601E141B1531e3e
Octal27320222603624335233676
Binary101110111000001010010110011110101001101110101001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8296; }

 p { color: rgb(187,130,150); }

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

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

 a { background-color: rgb(187,130,150); }

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

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

 span { border-color: rgb(187,130,150); }

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