#B587A4

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

Shades of Bouquet #B587A4

Tints of Bouquet #B587A4

Color information

#B587A4 (or 0xB587A4) is unknown color: approx Bouquet. HEX triplet: B5, 87 and A4. RGB value is (181,135,164). Sum of RGB (Red+Green+Blue) = 181+135+164=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B587A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B587A4 is #4A785B. Grayscale: #979797. Windows color (decimal): -4880476 or 10782645. OLE color: 10782645.

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

Color convert

RGB181135164-
CMYK00.250.090.29
HSL322.17º23.71%61.96%-
HSV(B)322.17º25.41%70.98%-
XYZ34.4229.8339.07-
YUV152.06134.74148.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.71%
GREEN value IS 135 (53.12% from 255) = 28.12%
BLUE value IS 164 (64.45% from 255) = 34.17%
R=37.71%
G=28.12%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113516400.250.090.29322.1723.7161.96
HexB587A401991D142183e
Octal26520724403111355023076
Binary10110101100001111010010001100110011110110100001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B587A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B587A4; }

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

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

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

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

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

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

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

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