#BF7CA3

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

Shades of Bouquet #BF7CA3

Tints of Bouquet #BF7CA3

Color information

#BF7CA3 (or 0xBF7CA3) is unknown color: approx Bouquet. HEX triplet: BF, 7C and A3. RGB value is (191,124,163). Sum of RGB (Red+Green+Blue) = 191+124+163=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7CA3 is #40835C. Grayscale: #949494. Windows color (decimal): -4227933 or 10714303. OLE color: 10714303.

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

Color convert

RGB191124163-
CMYK00.350.150.25
HSL325.07º34.36%61.76%-
HSV(B)325.07º35.08%74.9%-
XYZ35.328.1438.22-
YUV148.48136.2158.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 124 (48.83% from 255) = 25.94%
BLUE value IS 163 (64.06% from 255) = 34.10%
R=39.96%
G=25.94%
B=34.10%

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
Decimal19112416300.350.150.25325.0734.3661.76
HexBF7CA3023F19145223e
Octal27717424304317315054276
Binary101111111111100101000110100011111111001101000101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7CA3; }

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

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

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

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

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

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

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

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