#B9739C

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

Shades of Bouquet #B9739C

Tints of Bouquet #B9739C

Color information

#B9739C (or 0xB9739C) is unknown color: approx Bouquet. HEX triplet: B9, 73 and 9C. RGB value is (185,115,156). Sum of RGB (Red+Green+Blue) = 185+115+156=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B9739C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9739C is #468C63. Grayscale: #8C8C8C. Windows color (decimal): -4623460 or 10253241. OLE color: 10253241.

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

Color convert

RGB185115156-
CMYK00.380.160.27
HSL324.86º33.33%58.82%-
HSV(B)324.86º37.84%72.55%-
XYZ32.1424.9834.58-
YUV140.6136.69159.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 115 (45.31% from 255) = 25.22%
BLUE value IS 156 (61.33% from 255) = 34.21%
R=40.57%
G=25.22%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511515600.380.160.27324.8633.3358.82
HexB9739C026101B145213b
Octal27116323404620335054173
Binary1011100111100111001110001001101000011011101000101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9739C; }

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

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

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

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

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

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

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

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