#B5789F

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

Shades of Bouquet #B5789F

Tints of Bouquet #B5789F

Color information

#B5789F (or 0xB5789F) is unknown color: approx Bouquet. HEX triplet: B5, 78 and 9F. RGB value is (181,120,159). Sum of RGB (Red+Green+Blue) = 181+120+159=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B5789F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5789F is #4A8760. Grayscale: #8E8E8E. Windows color (decimal): -4884321 or 10451125. OLE color: 10451125.

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

Color convert

RGB181120159-
CMYK00.340.120.29
HSL321.64º29.19%59.02%-
HSV(B)321.64º33.7%70.98%-
XYZ32.0325.7636.08-
YUV142.68137.21155.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.35%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 159 (62.5% from 255) = 34.57%
R=39.35%
G=26.09%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112015900.340.120.29321.6429.1959.02
HexB5789F022C1D1421d3b
Octal26517023704214355023573
Binary10110101111100010011111010001011001110110100001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5789F; }

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

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

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

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

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

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

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

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