#B9749E

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

Shades of Bouquet #B9749E

Tints of Bouquet #B9749E

Color information

#B9749E (or 0xB9749E) is unknown color: approx Bouquet. HEX triplet: B9, 74 and 9E. RGB value is (185,116,158). Sum of RGB (Red+Green+Blue) = 185+116+158=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9749E is #468B61. Grayscale: #8D8D8D. Windows color (decimal): -4623202 or 10384569. OLE color: 10384569.

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

Color convert

RGB185116158-
CMYK00.370.150.27
HSL323.48º33.01%59.02%-
HSV(B)323.48º37.3%72.55%-
XYZ32.4225.2735.52-
YUV141.42137.36159.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 116 (45.70% from 255) = 25.27%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=40.31%
G=25.27%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511615800.370.150.27323.4833.0159.02
HexB9749E025F1B143213b
Octal27116423604517335034173
Binary101110011110100100111100100101111111011101000011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9749E; }

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

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

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

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

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

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

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

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