#BE7DA0

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

Shades of Bouquet #BE7DA0

Tints of Bouquet #BE7DA0

Color information

#BE7DA0 (or 0xBE7DA0) is unknown color: approx Bouquet. HEX triplet: BE, 7D and A0. RGB value is (190,125,160). Sum of RGB (Red+Green+Blue) = 190+125+160=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7DA0 is #41825F. Grayscale: #949494. Windows color (decimal): -4293216 or 10517950. OLE color: 10517950.

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

Color convert

RGB190125160-
CMYK00.340.160.25
HSL327.69º33.33%61.76%-
HSV(B)327.69º34.21%74.51%-
XYZ34.9128.1536.85-
YUV148.43134.53157.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 125 (49.22% from 255) = 26.32%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=40%
G=26.32%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012516000.340.160.25327.6933.3361.76
HexBE7DA00221019148213e
Octal27617524004220315104176
Binary1011111011111011010000001000101000011001101001000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7DA0; }

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

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

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

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

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

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

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

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