#BE78A1

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

Shades of Bouquet #BE78A1

Tints of Bouquet #BE78A1

Color information

#BE78A1 (or 0xBE78A1) is unknown color: approx Bouquet. HEX triplet: BE, 78 and A1. RGB value is (190,120,161). Sum of RGB (Red+Green+Blue) = 190+120+161=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE78A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE78A1 is #41875E. Grayscale: #919191. Windows color (decimal): -4294495 or 10582206. OLE color: 10582206.

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

Color convert

RGB190120161-
CMYK00.370.150.25
HSL324.86º35%60.78%-
HSV(B)324.86º36.84%74.51%-
XYZ34.3826.9537.11-
YUV145.6136.69159.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 161 (63.28% from 255) = 34.18%
R=40.34%
G=25.48%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012016100.370.150.25324.863560.78
HexBE78A1025F19145233d
Octal27617024104517315054375
Binary101111101111000101000010100101111111001101000101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE78A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE78A1; }

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

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

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

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

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

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

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

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