#BE75A1

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

Shades of Bouquet #BE75A1

Tints of Bouquet #BE75A1

Color information

#BE75A1 (or 0xBE75A1) is unknown color: approx Bouquet. HEX triplet: BE, 75 and A1. RGB value is (190,117,161). Sum of RGB (Red+Green+Blue) = 190+117+161=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE75A1 is #418A5E. Grayscale: #8F8F8F. Windows color (decimal): -4295263 or 10581438. OLE color: 10581438.

HSL color Cylindrical-coordinate representation of color #BE75A1: hue angle of 323.84º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE75A1 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB190117161-
CMYK00.380.150.25
HSL323.84º35.96%60.2%-
HSV(B)323.84º38.42%74.51%-
XYZ34.0326.2436.99-
YUV143.84137.68160.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 161 (63.28% from 255) = 34.40%
R=40.60%
G=25%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011716100.380.150.25323.8435.9660.2
HexBE75A1026F19144243c
Octal27616524104617315044474
Binary101111101110101101000010100110111111001101000100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75A1; }

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

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

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

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

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

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

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

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