#B4789F

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

Shades of Bouquet #B4789F

Tints of Bouquet #B4789F

Color information

#B4789F (or 0xB4789F) is unknown color: approx Bouquet. HEX triplet: B4, 78 and 9F. RGB value is (180,120,159). Sum of RGB (Red+Green+Blue) = 180+120+159=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B4789F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4789F is #4B8760. Grayscale: #8E8E8E. Windows color (decimal): -4949857 or 10451124. OLE color: 10451124.

HSL color Cylindrical-coordinate representation of color #B4789F: hue angle of 321º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4789F is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB180120159-
CMYK00.330.120.29
HSL321º28.57%58.82%-
HSV(B)321º33.33%70.59%-
XYZ31.825.6436.07-
YUV142.39137.38154.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 120 (47.27% from 255) = 26.14%
BLUE value IS 159 (62.5% from 255) = 34.64%
R=39.22%
G=26.14%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012015900.330.120.2932128.5758.82
HexB4789F021C1D1411d3b
Octal26417023704114355013573
Binary10110100111100010011111010000111001110110100000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4789F; }

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

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

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

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

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

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

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

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