#B487A0

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

Shades of Bouquet #B487A0

Tints of Bouquet #B487A0

Color information

#B487A0 (or 0xB487A0) is unknown color: approx Bouquet. HEX triplet: B4, 87 and A0. RGB value is (180,135,160). Sum of RGB (Red+Green+Blue) = 180+135+160=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B487A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B487A0 is #4B785F. Grayscale: #979797. Windows color (decimal): -4946016 or 10520500. OLE color: 10520500.

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

Color convert

RGB180135160-
CMYK00.250.110.29
HSL326.67º23.08%61.76%-
HSV(B)326.67º25%70.59%-
XYZ33.8329.5737.18-
YUV151.3132.91148.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=37.89%
G=28.42%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013516000.250.110.29326.6723.0861.76
HexB487A0019B1D147173e
Octal26420724003113355072776
Binary10110100100001111010000001100110111110110100011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487A0; }

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

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

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

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

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

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

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

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