#B9749D

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

Shades of Bouquet #B9749D

Tints of Bouquet #B9749D

Color information

#B9749D (or 0xB9749D) is unknown color: approx Bouquet. HEX triplet: B9, 74 and 9D. RGB value is (185,116,157). Sum of RGB (Red+Green+Blue) = 185+116+157=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9749D is #468B62. Grayscale: #8D8D8D. Windows color (decimal): -4623203 or 10319033. OLE color: 10319033.

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

Color convert

RGB185116157-
CMYK00.370.150.27
HSL324.35º33.01%59.02%-
HSV(B)324.35º37.3%72.55%-
XYZ32.3425.2435.07-
YUV141.3136.86159.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 116 (45.70% from 255) = 25.33%
BLUE value IS 157 (61.72% from 255) = 34.28%
R=40.39%
G=25.33%
B=34.28%

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
Decimal18511615700.370.150.27324.3533.0159.02
HexB9749D025F1B144213b
Octal27116423504517335044173
Binary101110011110100100111010100101111111011101000100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9749D; }

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

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

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

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

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

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

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

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