#B87F9C

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

Shades of Bouquet #B87F9C

Tints of Bouquet #B87F9C

Color information

#B87F9C (or 0xB87F9C) is unknown color: approx Bouquet. HEX triplet: B8, 7F and 9C. RGB value is (184,127,156). Sum of RGB (Red+Green+Blue) = 184+127+156=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87F9C is #478063. Grayscale: #939393. Windows color (decimal): -4685924 or 10256312. OLE color: 10256312.

HSL color Cylindrical-coordinate representation of color #B87F9C: hue angle of 329.47º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B87F9C is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB184127156-
CMYK00.310.150.28
HSL329.47º28.64%60.98%-
HSV(B)329.47º30.98%72.16%-
XYZ33.3627.7735.05-
YUV147.35132.88154.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 156 (61.33% from 255) = 33.40%
R=39.40%
G=27.19%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412715600.310.150.28329.4728.6460.98
HexB87F9C01FF1C1491d3d
Octal27017723403717345113575
Binary1011100011111111001110001111111111110010100100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87F9C; }

 p { color: rgb(184,127,156); }

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

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

 a { background-color: rgb(184,127,156); }

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

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

 span { border-color: rgb(184,127,156); }

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