#BE7B9F

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

Shades of Bouquet #BE7B9F

Tints of Bouquet #BE7B9F

Color information

#BE7B9F (or 0xBE7B9F) is unknown color: approx Bouquet. HEX triplet: BE, 7B and 9F. RGB value is (190,123,159). Sum of RGB (Red+Green+Blue) = 190+123+159=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7B9F is #418460. Grayscale: #939393. Windows color (decimal): -4293729 or 10451902. OLE color: 10451902.

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

Color convert

RGB190123159-
CMYK00.350.160.25
HSL327.76º34.01%61.37%-
HSV(B)327.76º35.26%74.51%-
XYZ34.5827.6236.31-
YUV147.14134.7158.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 123 (48.44% from 255) = 26.06%
BLUE value IS 159 (62.5% from 255) = 33.69%
R=40.25%
G=26.06%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012315900.350.160.25327.7634.0161.37
HexBE7B9F0231019148223d
Octal27617323704320315104275
Binary1011111011110111001111101000111000011001101001000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B9F; }

 p { color: rgb(190,123,159); }

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

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

 a { background-color: rgb(190,123,159); }

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

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

 span { border-color: rgb(190,123,159); }

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