#B87D9D

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

Shades of Bouquet #B87D9D

Tints of Bouquet #B87D9D

Color information

#B87D9D (or 0xB87D9D) is unknown color: approx Bouquet. HEX triplet: B8, 7D and 9D. RGB value is (184,125,157). Sum of RGB (Red+Green+Blue) = 184+125+157=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87D9D is #478262. Grayscale: #929292. Windows color (decimal): -4686435 or 10321336. OLE color: 10321336.

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

Color convert

RGB184125157-
CMYK00.320.150.28
HSL327.46º29.35%60.59%-
HSV(B)327.46º32.07%72.16%-
XYZ33.1927.2935.42-
YUV146.29134.05154.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 125 (49.22% from 255) = 26.82%
BLUE value IS 157 (61.72% from 255) = 33.69%
R=39.48%
G=26.82%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412515700.320.150.28327.4629.3560.59
HexB87D9D020F1C1471d3d
Octal27017523504017345073575
Binary10111000111110110011101010000011111110010100011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87D9D; }

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

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

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

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

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

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

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

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