#B87D9B

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

Shades of Bouquet #B87D9B

Tints of Bouquet #B87D9B

Color information

#B87D9B (or 0xB87D9B) is unknown color: approx Bouquet. HEX triplet: B8, 7D and 9B. RGB value is (184,125,155). Sum of RGB (Red+Green+Blue) = 184+125+155=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87D9B is #478264. Grayscale: #929292. Windows color (decimal): -4686437 or 10190264. OLE color: 10190264.

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

Color convert

RGB184125155-
CMYK00.320.160.28
HSL329.49º29.35%60.59%-
HSV(B)329.49º32.07%72.16%-
XYZ33.0227.2234.52-
YUV146.06133.05155.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.66%
GREEN value IS 125 (49.22% from 255) = 26.94%
BLUE value IS 155 (60.94% from 255) = 33.41%
R=39.66%
G=26.94%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412515500.320.160.28329.4929.3560.59
HexB87D9B020101C1491d3d
Octal27017523304020345113575
Binary101110001111101100110110100000100001110010100100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87D9B; }

 p { color: rgb(184,125,155); }

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

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

 a { background-color: rgb(184,125,155); }

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

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

 span { border-color: rgb(184,125,155); }

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