#B9739F

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

Shades of Bouquet #B9739F

Tints of Bouquet #B9739F

Color information

#B9739F (or 0xB9739F) is unknown color: approx Bouquet. HEX triplet: B9, 73 and 9F. RGB value is (185,115,159). Sum of RGB (Red+Green+Blue) = 185+115+159=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9739F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9739F is #468C60. Grayscale: #8C8C8C. Windows color (decimal): -4623457 or 10449849. OLE color: 10449849.

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

Color convert

RGB185115159-
CMYK00.380.140.27
HSL322.29º33.33%58.82%-
HSV(B)322.29º37.84%72.55%-
XYZ32.425.0835.93-
YUV140.95138.19159.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 115 (45.31% from 255) = 25.05%
BLUE value IS 159 (62.5% from 255) = 34.64%
R=40.31%
G=25.05%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511515900.380.140.27322.2933.3358.82
HexB9739F026E1B142213b
Octal27116323704616335024173
Binary101110011110011100111110100110111011011101000010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9739F; }

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

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

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

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

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

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

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

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