#BF74A4

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

Shades of Bouquet #BF74A4

Tints of Bouquet #BF74A4

Color information

#BF74A4 (or 0xBF74A4) is unknown color: approx Bouquet. HEX triplet: BF, 74 and A4. RGB value is (191,116,164). Sum of RGB (Red+Green+Blue) = 191+116+164=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF74A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF74A4 is #408B5B. Grayscale: #8F8F8F. Windows color (decimal): -4229980 or 10777791. OLE color: 10777791.

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

Color convert

RGB191116164-
CMYK00.390.140.25
HSL321.6º36.95%60.2%-
HSV(B)321.6º39.27%74.9%-
XYZ34.4326.2538.37-
YUV143.9139.35161.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 164 (64.45% from 255) = 34.82%
R=40.55%
G=24.63%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111616400.390.140.25321.636.9560.2
HexBF74A4027E19142253c
Octal27716424404716315024574
Binary101111111110100101001000100111111011001101000010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF74A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF74A4; }

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

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

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

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

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

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

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

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