#BF74AE

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

Shades of Bouquet #BF74AE

Tints of Bouquet #BF74AE

Color information

#BF74AE (or 0xBF74AE) is unknown color: approx Bouquet. HEX triplet: BF, 74 and AE. RGB value is (191,116,174). Sum of RGB (Red+Green+Blue) = 191+116+174=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BF74AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF74AE is #408B51. Grayscale: #909090. Windows color (decimal): -4229970 or 11433151. OLE color: 11433151.

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

Color convert

RGB191116174-
CMYK00.390.090.25
HSL313.6º36.95%60.2%-
HSV(B)313.6º39.27%74.9%-
XYZ35.3726.6243.32-
YUV145.04144.35160.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.71%
GREEN value IS 116 (45.70% from 255) = 24.12%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=39.71%
G=24.12%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111617400.390.090.25313.636.9560.2
HexBF74AE02791913a253c
Octal27716425604711314724574
Binary101111111110100101011100100111100111001100111010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF74AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF74AE; }

 p { color: rgb(191,116,174); }

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

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

 a { background-color: rgb(191,116,174); }

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

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

 span { border-color: rgb(191,116,174); }

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