#BE86A5

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

Shades of Bouquet #BE86A5

Tints of Bouquet #BE86A5

Color information

#BE86A5 (or 0xBE86A5) is unknown color: approx Bouquet. HEX triplet: BE, 86 and A5. RGB value is (190,134,165). Sum of RGB (Red+Green+Blue) = 190+134+165=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE86A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE86A5 is #41795A. Grayscale: #9A9A9A. Windows color (decimal): -4290907 or 10847934. OLE color: 10847934.

HSL color Cylindrical-coordinate representation of color #BE86A5: hue angle of 326.79º 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 #BE86A5 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB190134165-
CMYK00.290.130.25
HSL326.79º30.11%63.53%-
HSV(B)326.79º29.47%74.51%-
XYZ36.5530.7139.6-
YUV154.28134.05153.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 134 (52.73% from 255) = 27.40%
BLUE value IS 165 (64.84% from 255) = 33.74%
R=38.85%
G=27.40%
B=33.74%

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
Decimal19013416500.290.130.25326.7930.1163.53
HexBE86A501DD191471e40
Octal276206245035153150736100
Binary101111101000011010100101011101110111001101000111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86A5; }

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

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

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

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

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

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

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

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