#B4789C

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

Shades of Bouquet #B4789C

Tints of Bouquet #B4789C

Color information

#B4789C (or 0xB4789C) is unknown color: approx Bouquet. HEX triplet: B4, 78 and 9C. RGB value is (180,120,156). Sum of RGB (Red+Green+Blue) = 180+120+156=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B4789C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4789C is #4B8763. Grayscale: #8D8D8D. Windows color (decimal): -4949860 or 10254516. OLE color: 10254516.

HSL color Cylindrical-coordinate representation of color #B4789C: hue angle of 324º 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 #B4789C is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB180120156-
CMYK00.330.130.29
HSL324º28.57%58.82%-
HSV(B)324º33.33%70.59%-
XYZ31.5425.5434.72-
YUV142.04135.88155.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 120 (47.27% from 255) = 26.32%
BLUE value IS 156 (61.33% from 255) = 34.21%
R=39.47%
G=26.32%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012015600.330.130.2932428.5758.82
HexB4789C021D1D1441d3b
Octal26417023404115355043573
Binary10110100111100010011100010000111011110110100010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4789C; }

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

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

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

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

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

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

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

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