#BB7BA1

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

Shades of Bouquet #BB7BA1

Tints of Bouquet #BB7BA1

Color information

#BB7BA1 (or 0xBB7BA1) is unknown color: approx Bouquet. HEX triplet: BB, 7B and A1. RGB value is (187,123,161). Sum of RGB (Red+Green+Blue) = 187+123+161=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7BA1 is #44845E. Grayscale: #929292. Windows color (decimal): -4490335 or 10582971. OLE color: 10582971.

HSL color Cylindrical-coordinate representation of color #BB7BA1: hue angle of 324.38º 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 #BB7BA1 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB187123161-
CMYK00.340.140.27
HSL324.38º32%60.78%-
HSV(B)324.38º34.22%73.33%-
XYZ34.0127.337.2-
YUV146.47136.2156.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 123 (48.44% from 255) = 26.11%
BLUE value IS 161 (63.28% from 255) = 34.18%
R=39.70%
G=26.11%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712316100.340.140.27324.383260.78
HexBB7BA1022E1B144203d
Octal27317324104216335044075
Binary101110111111011101000010100010111011011101000100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7BA1; }

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

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

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

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

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

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

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

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