#B9749C

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

Shades of Bouquet #B9749C

Tints of Bouquet #B9749C

Color information

#B9749C (or 0xB9749C) is unknown color: approx Bouquet. HEX triplet: B9, 74 and 9C. RGB value is (185,116,156). Sum of RGB (Red+Green+Blue) = 185+116+156=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B9749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9749C is #468B63. Grayscale: #8D8D8D. Windows color (decimal): -4623204 or 10253497. OLE color: 10253497.

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

Color convert

RGB185116156-
CMYK00.370.160.27
HSL325.22º33.01%59.02%-
HSV(B)325.22º37.3%72.55%-
XYZ32.2525.2134.62-
YUV141.19136.36159.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=40.48%
G=25.38%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511615600.370.160.27325.2233.0159.02
HexB9749C025101B145213b
Octal27116423404520335054173
Binary1011100111101001001110001001011000011011101000101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9749C; }

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

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

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

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

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

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

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

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