#BE87A5

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

Shades of Bouquet #BE87A5

Tints of Bouquet #BE87A5

Color information

#BE87A5 (or 0xBE87A5) is unknown color: approx Bouquet. HEX triplet: BE, 87 and A5. RGB value is (190,135,165). Sum of RGB (Red+Green+Blue) = 190+135+165=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE87A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE87A5 is #41785A. Grayscale: #9A9A9A. Windows color (decimal): -4290651 or 10848190. OLE color: 10848190.

HSL color Cylindrical-coordinate representation of color #BE87A5: hue angle of 327.27º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE87A5 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB190135165-
CMYK00.290.130.25
HSL327.27º29.73%63.73%-
HSV(B)327.27º28.95%74.51%-
XYZ36.6930.9939.65-
YUV154.86133.72153.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 135 (53.12% from 255) = 27.55%
BLUE value IS 165 (64.84% from 255) = 33.67%
R=38.78%
G=27.55%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013516500.290.130.25327.2729.7363.73
HexBE87A501DD191471e40
Octal276207245035153150736100
Binary101111101000011110100101011101110111001101000111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE87A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE87A5; }

 p { color: rgb(190,135,165); }

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

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

 a { background-color: rgb(190,135,165); }

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

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

 span { border-color: rgb(190,135,165); }

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