#B87C99

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

Shades of Bouquet #B87C99

Tints of Bouquet #B87C99

Color information

#B87C99 (or 0xB87C99) is unknown color: approx Bouquet. HEX triplet: B8, 7C and 99. RGB value is (184,124,153). Sum of RGB (Red+Green+Blue) = 184+124+153=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87C99 is #478366. Grayscale: #919191. Windows color (decimal): -4686695 or 10058936. OLE color: 10058936.

HSL color Cylindrical-coordinate representation of color #B87C99: hue angle of 331º 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 #B87C99 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB184124153-
CMYK00.330.170.28
HSL331º29.7%60.39%-
HSV(B)331º32.61%72.16%-
XYZ32.7226.9133.61-
YUV145.25132.38155.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=39.91%
G=26.90%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412415300.330.170.2833129.760.39
HexB87C99021111C14b1e3c
Octal27017423104121345133674
Binary101110001111100100110010100001100011110010100101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87C99; }

 p { color: rgb(184,124,153); }

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

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

 a { background-color: rgb(184,124,153); }

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

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

 span { border-color: rgb(184,124,153); }

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