#B9739D

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

Shades of Bouquet #B9739D

Tints of Bouquet #B9739D

Color information

#B9739D (or 0xB9739D) is unknown color: approx Bouquet. HEX triplet: B9, 73 and 9D. RGB value is (185,115,157). Sum of RGB (Red+Green+Blue) = 185+115+157=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B9739D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9739D is #468C62. Grayscale: #8C8C8C. Windows color (decimal): -4623459 or 10318777. OLE color: 10318777.

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

Color convert

RGB185115157-
CMYK00.380.150.27
HSL324º33.33%58.82%-
HSV(B)324º37.84%72.55%-
XYZ32.2225.0135.03-
YUV140.72137.19159.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 115 (45.31% from 255) = 25.16%
BLUE value IS 157 (61.72% from 255) = 34.35%
R=40.48%
G=25.16%
B=34.35%

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
Decimal18511515700.380.150.2732433.3358.82
HexB9739D026F1B144213b
Octal27116323504617335044173
Binary101110011110011100111010100110111111011101000100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9739D; }

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

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

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

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

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

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

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

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