#B87BAA

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

Shades of Bouquet #B87BAA

Tints of Bouquet #B87BAA

Color information

#B87BAA (or 0xB87BAA) is unknown color: approx Bouquet. HEX triplet: B8, 7B and AA. RGB value is (184,123,170). Sum of RGB (Red+Green+Blue) = 184+123+170=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B87BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87BAA is #478455. Grayscale: #929292. Windows color (decimal): -4686934 or 11172792. OLE color: 11172792.

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

Color convert

RGB184123170-
CMYK00.330.080.28
HSL313.77º30.05%60.2%-
HSV(B)313.77º33.15%72.16%-
XYZ34.1127.2641.49-
YUV146.6141.21154.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.57%
GREEN value IS 123 (48.44% from 255) = 25.79%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=38.57%
G=25.79%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412317000.330.080.28313.7730.0560.2
HexB87BAA02181C13a1e3c
Octal27017325204110344723674
Binary10111000111101110101010010000110001110010011101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87BAA; }

 p { color: rgb(184,123,170); }

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

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

 a { background-color: rgb(184,123,170); }

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

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

 span { border-color: rgb(184,123,170); }

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