#B9789B

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

Shades of Bouquet #B9789B

Tints of Bouquet #B9789B

Color information

#B9789B (or 0xB9789B) is unknown color: approx Bouquet. HEX triplet: B9, 78 and 9B. RGB value is (185,120,155). Sum of RGB (Red+Green+Blue) = 185+120+155=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9789B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9789B is #468764. Grayscale: #8F8F8F. Windows color (decimal): -4622181 or 10188985. OLE color: 10188985.

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

Color convert

RGB185120155-
CMYK00.350.160.27
HSL327.69º31.71%59.8%-
HSV(B)327.69º35.14%72.55%-
XYZ32.6426.1134.33-
YUV143.43134.53157.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 155 (60.94% from 255) = 33.70%
R=40.22%
G=26.09%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512015500.350.160.27327.6931.7159.8
HexB9789B023101B148203c
Octal27117023304320335104074
Binary1011100111110001001101101000111000011011101001000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9789B; }

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

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

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

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

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

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

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

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