#B9739B

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

Shades of Bouquet #B9739B

Tints of Bouquet #B9739B

Color information

#B9739B (or 0xB9739B) is unknown color: approx Bouquet. HEX triplet: B9, 73 and 9B. RGB value is (185,115,155). Sum of RGB (Red+Green+Blue) = 185+115+155=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9739B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9739B is #468C64. Grayscale: #8C8C8C. Windows color (decimal): -4623461 or 10187705. OLE color: 10187705.

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

Color convert

RGB185115155-
CMYK00.380.160.27
HSL325.71º33.33%58.82%-
HSV(B)325.71º37.84%72.55%-
XYZ32.0524.9434.14-
YUV140.49136.19159.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 155 (60.94% from 255) = 34.07%
R=40.66%
G=25.27%
B=34.07%

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
Decimal18511515500.380.160.27325.7133.3358.82
HexB9739B026101B146213b
Octal27116323304620335064173
Binary1011100111100111001101101001101000011011101000110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9739B; }

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

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

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

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

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

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

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

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