#B9739E

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

Shades of Bouquet #B9739E

Tints of Bouquet #B9739E

Color information

#B9739E (or 0xB9739E) is unknown color: approx Bouquet. HEX triplet: B9, 73 and 9E. RGB value is (185,115,158). Sum of RGB (Red+Green+Blue) = 185+115+158=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9739E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9739E is #468C61. Grayscale: #8C8C8C. Windows color (decimal): -4623458 or 10384313. OLE color: 10384313.

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

Color convert

RGB185115158-
CMYK00.380.150.27
HSL323.14º33.33%58.82%-
HSV(B)323.14º37.84%72.55%-
XYZ32.3125.0435.48-
YUV140.83137.69159.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 115 (45.31% from 255) = 25.11%
BLUE value IS 158 (62.11% from 255) = 34.50%
R=40.39%
G=25.11%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511515800.380.150.27323.1433.3358.82
HexB9739E026F1B143213b
Octal27116323604617335034173
Binary101110011110011100111100100110111111011101000011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9739E; }

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

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

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

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

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

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

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

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