#BE85A4

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

Shades of Bouquet #BE85A4

Tints of Bouquet #BE85A4

Color information

#BE85A4 (or 0xBE85A4) is unknown color: approx Bouquet. HEX triplet: BE, 85 and A4. RGB value is (190,133,164). Sum of RGB (Red+Green+Blue) = 190+133+164=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE85A4 is #417A5B. Grayscale: #999999. Windows color (decimal): -4291164 or 10782142. OLE color: 10782142.

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

Color convert

RGB190133164-
CMYK00.30.140.25
HSL327.37º30.48%63.33%-
HSV(B)327.37º30%74.51%-
XYZ36.3230.439.08-
YUV153.58133.88153.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 133 (52.34% from 255) = 27.31%
BLUE value IS 164 (64.45% from 255) = 33.68%
R=39.01%
G=27.31%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013316400.30.140.25327.3730.4863.33
HexBE85A401EE191471e3f
Octal27620524403616315073677
Binary10111110100001011010010001111011101100110100011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85A4; }

 p { color: rgb(190,133,164); }

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

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

 a { background-color: rgb(190,133,164); }

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

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

 span { border-color: rgb(190,133,164); }

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