#BF76AE

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

Shades of Bouquet #BF76AE

Tints of Bouquet #BF76AE

Color information

#BF76AE (or 0xBF76AE) is unknown color: approx Bouquet. HEX triplet: BF, 76 and AE. RGB value is (191,118,174). Sum of RGB (Red+Green+Blue) = 191+118+174=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF76AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF76AE is #408951. Grayscale: #929292. Windows color (decimal): -4229458 or 11433663. OLE color: 11433663.

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

Color convert

RGB191118174-
CMYK00.380.090.25
HSL313.97º36.32%60.59%-
HSV(B)313.97º38.22%74.9%-
XYZ35.627.0943.4-
YUV146.21143.68159.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 118 (46.48% from 255) = 24.43%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=39.54%
G=24.43%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111817400.380.090.25313.9736.3260.59
HexBF76AE02691913a243d
Octal27716625604611314724475
Binary101111111110110101011100100110100111001100111010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF76AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF76AE; }

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

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

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

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

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

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

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

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