#BE7BA0

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

Shades of Bouquet #BE7BA0

Tints of Bouquet #BE7BA0

Color information

#BE7BA0 (or 0xBE7BA0) is unknown color: approx Bouquet. HEX triplet: BE, 7B and A0. RGB value is (190,123,160). Sum of RGB (Red+Green+Blue) = 190+123+160=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7BA0 is #41845F. Grayscale: #939393. Windows color (decimal): -4293728 or 10517438. OLE color: 10517438.

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

Color convert

RGB190123160-
CMYK00.350.160.25
HSL326.87º34.01%61.37%-
HSV(B)326.87º35.26%74.51%-
XYZ34.6627.6536.77-
YUV147.25135.2158.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 123 (48.44% from 255) = 26.00%
BLUE value IS 160 (62.89% from 255) = 33.83%
R=40.17%
G=26.00%
B=33.83%

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
Decimal19012316000.350.160.25326.8734.0161.37
HexBE7BA00231019147223d
Octal27617324004320315074275
Binary1011111011110111010000001000111000011001101000111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BA0; }

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

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

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

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

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

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

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

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