#BB7C9A

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

Shades of Bouquet #BB7C9A

Tints of Bouquet #BB7C9A

Color information

#BB7C9A (or 0xBB7C9A) is unknown color: approx Bouquet. HEX triplet: BB, 7C and 9A. RGB value is (187,124,154). Sum of RGB (Red+Green+Blue) = 187+124+154=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7C9A is #448365. Grayscale: #929292. Windows color (decimal): -4490086 or 10124475. OLE color: 10124475.

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

Color convert

RGB187124154-
CMYK00.340.180.27
HSL331.43º31.66%60.98%-
HSV(B)331.43º33.69%73.33%-
XYZ33.5327.3134.08-
YUV146.26132.37157.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 124 (48.83% from 255) = 26.67%
BLUE value IS 154 (60.55% from 255) = 33.12%
R=40.22%
G=26.67%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712415400.340.180.27331.4331.6660.98
HexBB7C9A022121B14b203d
Octal27317423204222335134075
Binary1011101111111001001101001000101001011011101001011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7C9A; }

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

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

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

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

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

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

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

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