#BB749C

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

Shades of Bouquet #BB749C

Tints of Bouquet #BB749C

Color information

#BB749C (or 0xBB749C) is unknown color: approx Bouquet. HEX triplet: BB, 74 and 9C. RGB value is (187,116,156). Sum of RGB (Red+Green+Blue) = 187+116+156=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB749C is #448B63. Grayscale: #8D8D8D. Windows color (decimal): -4492132 or 10253499. OLE color: 10253499.

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

Color convert

RGB187116156-
CMYK00.380.170.27
HSL326.2º34.3%59.41%-
HSV(B)326.2º37.97%73.33%-
XYZ32.7425.4634.64-
YUV141.79136.02160.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 116 (45.70% from 255) = 25.27%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=40.74%
G=25.27%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711615600.380.170.27326.234.359.41
HexBB749C026111B146223b
Octal27316423404621335064273
Binary1011101111101001001110001001101000111011101000110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB749C; }

 p { color: rgb(187,116,156); }

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

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

 a { background-color: rgb(187,116,156); }

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

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

 span { border-color: rgb(187,116,156); }

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