#B9739A

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

Shades of Bouquet #B9739A

Tints of Bouquet #B9739A

Color information

#B9739A (or 0xB9739A) is unknown color: approx Bouquet. HEX triplet: B9, 73 and 9A. RGB value is (185,115,154). Sum of RGB (Red+Green+Blue) = 185+115+154=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B9739A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9739A is #468C65. Grayscale: #8C8C8C. Windows color (decimal): -4623462 or 10122169. OLE color: 10122169.

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

Color convert

RGB185115154-
CMYK00.380.170.27
HSL326.57º33.33%58.82%-
HSV(B)326.57º37.84%72.55%-
XYZ31.9724.9133.69-
YUV140.38135.69159.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 115 (45.31% from 255) = 25.33%
BLUE value IS 154 (60.55% from 255) = 33.92%
R=40.75%
G=25.33%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511515400.380.170.27326.5733.3358.82
HexB9739A026111B147213b
Octal27116323204621335074173
Binary1011100111100111001101001001101000111011101000111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9739A; }

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

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

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

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

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

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

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

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