#B487A4

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

Shades of Bouquet #B487A4

Tints of Bouquet #B487A4

Color information

#B487A4 (or 0xB487A4) is unknown color: approx Bouquet. HEX triplet: B4, 87 and A4. RGB value is (180,135,164). Sum of RGB (Red+Green+Blue) = 180+135+164=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B487A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B487A4 is #4B785B. Grayscale: #979797. Windows color (decimal): -4946012 or 10782644. OLE color: 10782644.

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

Color convert

RGB180135164-
CMYK00.250.090.29
HSL321.33º23.08%61.76%-
HSV(B)321.33º25%70.59%-
XYZ34.1929.7139.06-
YUV151.76134.91148.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 135 (53.12% from 255) = 28.18%
BLUE value IS 164 (64.45% from 255) = 34.24%
R=37.58%
G=28.18%
B=34.24%

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
Decimal18013516400.250.090.29321.3323.0861.76
HexB487A401991D141173e
Octal26420724403111355012776
Binary10110100100001111010010001100110011110110100000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487A4; }

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

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

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

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

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

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

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

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