#B5879F

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

Shades of Bouquet #B5879F

Tints of Bouquet #B5879F

Color information

#B5879F (or 0xB5879F) is unknown color: approx Bouquet. HEX triplet: B5, 87 and 9F. RGB value is (181,135,159). Sum of RGB (Red+Green+Blue) = 181+135+159=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B5879F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5879F is #4A7860. Grayscale: #979797. Windows color (decimal): -4880481 or 10454965. OLE color: 10454965.

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

Color convert

RGB181135159-
CMYK00.250.120.29
HSL328.7º23.71%61.96%-
HSV(B)328.7º25.41%70.98%-
XYZ33.9829.6536.73-
YUV151.49132.24149.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 159 (62.5% from 255) = 33.47%
R=38.11%
G=28.42%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113515900.250.120.29328.723.7161.96
HexB5879F019C1D149183e
Octal26520723703114355113076
Binary10110101100001111001111101100111001110110100100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5879F; }

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

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

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

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

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

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

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

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