#BF7CA2

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

Shades of Bouquet #BF7CA2

Tints of Bouquet #BF7CA2

Color information

#BF7CA2 (or 0xBF7CA2) is unknown color: approx Bouquet. HEX triplet: BF, 7C and A2. RGB value is (191,124,162). Sum of RGB (Red+Green+Blue) = 191+124+162=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7CA2 is #40835D. Grayscale: #949494. Windows color (decimal): -4227934 or 10648767. OLE color: 10648767.

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

Color convert

RGB191124162-
CMYK00.350.150.25
HSL325.97º34.36%61.76%-
HSV(B)325.97º35.08%74.9%-
XYZ35.2228.137.75-
YUV148.36135.7158.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 124 (48.83% from 255) = 26.00%
BLUE value IS 162 (63.67% from 255) = 33.96%
R=40.04%
G=26.00%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112416200.350.150.25325.9734.3661.76
HexBF7CA2023F19146223e
Octal27717424204317315064276
Binary101111111111100101000100100011111111001101000110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7CA2; }

 p { color: rgb(191,124,162); }

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

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

 a { background-color: rgb(191,124,162); }

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

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

 span { border-color: rgb(191,124,162); }

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