#B87D99

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

Shades of Bouquet #B87D99

Tints of Bouquet #B87D99

Color information

#B87D99 (or 0xB87D99) is unknown color: approx Bouquet. HEX triplet: B8, 7D and 99. RGB value is (184,125,153). Sum of RGB (Red+Green+Blue) = 184+125+153=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87D99 is #478266. Grayscale: #919191. Windows color (decimal): -4686439 or 10059192. OLE color: 10059192.

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

Color convert

RGB184125153-
CMYK00.320.170.28
HSL331.53º29.35%60.59%-
HSV(B)331.53º32.07%72.16%-
XYZ32.8527.1633.65-
YUV145.83132.05155.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.83%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 153 (60.16% from 255) = 33.12%
R=39.83%
G=27.06%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412515300.320.170.28331.5329.3560.59
HexB87D99020111C14c1d3d
Octal27017523104021345143575
Binary101110001111101100110010100000100011110010100110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87D99; }

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

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

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

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

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

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

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

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