#BF74AA

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

Shades of Bouquet #BF74AA

Tints of Bouquet #BF74AA

Color information

#BF74AA (or 0xBF74AA) is unknown color: approx Bouquet. HEX triplet: BF, 74 and AA. RGB value is (191,116,170). Sum of RGB (Red+Green+Blue) = 191+116+170=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF74AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF74AA is #408B55. Grayscale: #909090. Windows color (decimal): -4229974 or 11171007. OLE color: 11171007.

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

Color convert

RGB191116170-
CMYK00.390.110.25
HSL316.8º36.95%60.2%-
HSV(B)316.8º39.27%74.9%-
XYZ34.9926.4741.3-
YUV144.58142.35161.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 116 (45.70% from 255) = 24.32%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=40.04%
G=24.32%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111617000.390.110.25316.836.9560.2
HexBF74AA027B1913d253c
Octal27716425204713314754574
Binary101111111110100101010100100111101111001100111101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF74AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF74AA; }

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

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

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

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

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

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

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

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