#B5879B

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

Shades of Bouquet #B5879B

Tints of Bouquet #B5879B

Color information

#B5879B (or 0xB5879B) is unknown color: approx Bouquet. HEX triplet: B5, 87 and 9B. RGB value is (181,135,155). Sum of RGB (Red+Green+Blue) = 181+135+155=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B5879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5879B is #4A7864. Grayscale: #979797. Windows color (decimal): -4880485 or 10192821. OLE color: 10192821.

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

Color convert

RGB181135155-
CMYK00.250.140.29
HSL333.91º23.71%61.96%-
HSV(B)333.91º25.41%70.98%-
XYZ33.6429.5234.94-
YUV151.03130.24149.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 135 (53.12% from 255) = 28.66%
BLUE value IS 155 (60.94% from 255) = 32.91%
R=38.43%
G=28.66%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113515500.250.140.29333.9123.7161.96
HexB5879B019E1D14e183e
Octal26520723303116355163076
Binary10110101100001111001101101100111101110110100111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5879B; }

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

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

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

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

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

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

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

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