#B9789F

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

Shades of Bouquet #B9789F

Tints of Bouquet #B9789F

Color information

#B9789F (or 0xB9789F) is unknown color: approx Bouquet. HEX triplet: B9, 78 and 9F. RGB value is (185,120,159). Sum of RGB (Red+Green+Blue) = 185+120+159=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B9789F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9789F is #468760. Grayscale: #8F8F8F. Windows color (decimal): -4622177 or 10451129. OLE color: 10451129.

HSL color Cylindrical-coordinate representation of color #B9789F: hue angle of 324º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9789F is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB185120159-
CMYK00.350.140.27
HSL324º31.71%59.8%-
HSV(B)324º35.14%72.55%-
XYZ32.9826.2536.13-
YUV143.88136.53157.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=39.87%
G=25.86%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512015900.350.140.2732431.7159.8
HexB9789F023E1B144203c
Octal27117023704316335044074
Binary101110011111000100111110100011111011011101000100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9789F; }

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

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

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

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

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

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

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

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