#BF72A3

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

Shades of Hopbush #BF72A3

Tints of Hopbush #BF72A3

Color information

#BF72A3 (or 0xBF72A3) is unknown color: approx Hopbush. HEX triplet: BF, 72 and A3. RGB value is (191,114,163). Sum of RGB (Red+Green+Blue) = 191+114+163=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF72A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF72A3 is #408D5C. Grayscale: #8E8E8E. Windows color (decimal): -4230493 or 10711743. OLE color: 10711743.

HSL color Cylindrical-coordinate representation of color #BF72A3: hue angle of 321.82º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF72A3 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB191114163-
CMYK00.400.150.25
HSL321.82º37.56%59.8%-
HSV(B)321.82º40.31%74.9%-
XYZ34.1125.7637.82-
YUV142.61139.51162.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 114 (44.92% from 255) = 24.36%
BLUE value IS 163 (64.06% from 255) = 34.83%
R=40.81%
G=24.36%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111416300.400.150.25321.8237.5659.8
HexBF72A3028F19142263c
Octal27716224305017315024674
Binary101111111110010101000110101000111111001101000010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF72A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF72A3; }

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

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

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

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

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

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

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

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