#B87AA5

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

Shades of Bouquet #B87AA5

Tints of Bouquet #B87AA5

Color information

#B87AA5 (or 0xB87AA5) is unknown color: approx Bouquet. HEX triplet: B8, 7A and A5. RGB value is (184,122,165). Sum of RGB (Red+Green+Blue) = 184+122+165=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B87AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87AA5 is #47855A. Grayscale: #919191. Windows color (decimal): -4687195 or 10844856. OLE color: 10844856.

HSL color Cylindrical-coordinate representation of color #B87AA5: hue angle of 318.39º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B87AA5 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB184122165-
CMYK00.340.100.28
HSL318.39º30.39%60%-
HSV(B)318.39º33.7%72.16%-
XYZ33.5226.8339.01-
YUV145.44139.04155.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 165 (64.84% from 255) = 35.03%
R=39.07%
G=25.90%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412216500.340.100.28318.3930.3960
HexB87AA5022A1C13e1e3c
Octal27017224504212344763674
Binary10111000111101010100101010001010101110010011111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87AA5; }

 p { color: rgb(184,122,165); }

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

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

 a { background-color: rgb(184,122,165); }

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

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

 span { border-color: rgb(184,122,165); }

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