#BE85A6

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

Shades of Bouquet #BE85A6

Tints of Bouquet #BE85A6

Color information

#BE85A6 (or 0xBE85A6) is unknown color: approx Bouquet. HEX triplet: BE, 85 and A6. RGB value is (190,133,166). Sum of RGB (Red+Green+Blue) = 190+133+166=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE85A6 is #417A59. Grayscale: #999999. Windows color (decimal): -4291162 or 10913214. OLE color: 10913214.

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

Color convert

RGB190133166-
CMYK00.30.130.25
HSL325.26º30.48%63.33%-
HSV(B)325.26º30%74.51%-
XYZ36.5130.4840.03-
YUV153.8134.88153.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 166 (65.23% from 255) = 33.95%
R=38.85%
G=27.20%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013316600.30.130.25325.2630.4863.33
HexBE85A601ED191451e3f
Octal27620524603615315053677
Binary10111110100001011010011001111011011100110100010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85A6; }

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

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

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

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

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

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

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

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