#B9709E

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

Shades of Bouquet #B9709E

Tints of Bouquet #B9709E

Color information

#B9709E (or 0xB9709E) is unknown color: approx Bouquet. HEX triplet: B9, 70 and 9E. RGB value is (185,112,158). Sum of RGB (Red+Green+Blue) = 185+112+158=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9709E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9709E is #468F61. Grayscale: #8A8A8A. Windows color (decimal): -4624226 or 10383545. OLE color: 10383545.

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

Color convert

RGB185112158-
CMYK00.390.150.27
HSL322.19º34.27%58.24%-
HSV(B)322.19º39.46%72.55%-
XYZ31.9724.3735.37-
YUV139.07138.68160.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 112 (44.14% from 255) = 24.62%
BLUE value IS 158 (62.11% from 255) = 34.73%
R=40.66%
G=24.62%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511215800.390.150.27322.1934.2758.24
HexB9709E027F1B142223a
Octal27116023604717335024272
Binary101110011110000100111100100111111111011101000010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9709E; }

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

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

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

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

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

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

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

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