#B5789A

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

Shades of Bouquet #B5789A

Tints of Bouquet #B5789A

Color information

#B5789A (or 0xB5789A) is unknown color: approx Bouquet. HEX triplet: B5, 78 and 9A. RGB value is (181,120,154). Sum of RGB (Red+Green+Blue) = 181+120+154=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B5789A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5789A is #4A8765. Grayscale: #8E8E8E. Windows color (decimal): -4884326 or 10123445. OLE color: 10123445.

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

Color convert

RGB181120154-
CMYK00.340.150.29
HSL326.56º29.19%59.02%-
HSV(B)326.56º33.7%70.98%-
XYZ31.6125.5933.85-
YUV142.12134.71155.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=39.78%
G=26.37%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112015400.340.150.29326.5629.1959.02
HexB5789A022F1D1471d3b
Octal26517023204217355073573
Binary10110101111100010011010010001011111110110100011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5789A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5789A; }

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

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

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

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

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

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

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

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