#BE78A7

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

Shades of Bouquet #BE78A7

Tints of Bouquet #BE78A7

Color information

#BE78A7 (or 0xBE78A7) is unknown color: approx Bouquet. HEX triplet: BE, 78 and A7. RGB value is (190,120,167). Sum of RGB (Red+Green+Blue) = 190+120+167=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 167 (65.62% from 255 or 35.01% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE78A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE78A7 is #418758. Grayscale: #929292. Windows color (decimal): -4294489 or 10975422. OLE color: 10975422.

HSL color Cylindrical-coordinate representation of color #BE78A7: hue angle of 319.71º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE78A7 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB190120167-
CMYK00.370.120.25
HSL319.71º35%60.78%-
HSV(B)319.71º36.84%74.51%-
XYZ34.9327.1739.96-
YUV146.29139.69159.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 120 (47.27% from 255) = 25.16%
BLUE value IS 167 (65.62% from 255) = 35.01%
R=39.83%
G=25.16%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012016700.370.120.25319.713560.78
HexBE78A7025C19140233d
Octal27617024704514315004375
Binary101111101111000101001110100101110011001101000000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE78A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE78A7; }

 p { color: rgb(190,120,167); }

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

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

 a { background-color: rgb(190,120,167); }

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

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

 span { border-color: rgb(190,120,167); }

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