#BB7BA2

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

Shades of Bouquet #BB7BA2

Tints of Bouquet #BB7BA2

Color information

#BB7BA2 (or 0xBB7BA2) is unknown color: approx Bouquet. HEX triplet: BB, 7B and A2. RGB value is (187,123,162). Sum of RGB (Red+Green+Blue) = 187+123+162=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7BA2 is #44845D. Grayscale: #929292. Windows color (decimal): -4490334 or 10648507. OLE color: 10648507.

HSL color Cylindrical-coordinate representation of color #BB7BA2: hue angle of 323.44º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB7BA2 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB187123162-
CMYK00.340.130.27
HSL323.44º32%60.78%-
HSV(B)323.44º34.22%73.33%-
XYZ34.127.3437.66-
YUV146.58136.7156.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 123 (48.44% from 255) = 26.06%
BLUE value IS 162 (63.67% from 255) = 34.32%
R=39.62%
G=26.06%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712316200.340.130.27323.443260.78
HexBB7BA2022D1B143203d
Octal27317324204215335034075
Binary101110111111011101000100100010110111011101000011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7BA2; }

 p { color: rgb(187,123,162); }

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

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

 a { background-color: rgb(187,123,162); }

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

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

 span { border-color: rgb(187,123,162); }

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