#B87DA3

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

Shades of Bouquet #B87DA3

Tints of Bouquet #B87DA3

Color information

#B87DA3 (or 0xB87DA3) is unknown color: approx Bouquet. HEX triplet: B8, 7D and A3. RGB value is (184,125,163). Sum of RGB (Red+Green+Blue) = 184+125+163=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B87DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87DA3 is #47825C. Grayscale: #929292. Windows color (decimal): -4686429 or 10714552. OLE color: 10714552.

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

Color convert

RGB184125163-
CMYK00.320.110.28
HSL321.36º29.35%60.59%-
HSV(B)321.36º32.07%72.16%-
XYZ33.7127.538.18-
YUV146.97137.05154.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.98%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 163 (64.06% from 255) = 34.53%
R=38.98%
G=26.48%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412516300.320.110.28321.3629.3560.59
HexB87DA3020B1C1411d3d
Octal27017524304013345013575
Binary10111000111110110100011010000010111110010100000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DA3; }

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

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

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

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

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

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

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

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